First commit
This commit is contained in:
commit
1dba0af064
36 changed files with 1065 additions and 0 deletions
5
rect.ex
Normal file
5
rect.ex
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
defmodule Rectangle do
|
||||
def area({a, b}) do
|
||||
a * b
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue