init
This commit is contained in:
commit
60668c58f9
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
_build
|
5
lib/main.ex
Normal file
5
lib/main.ex
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
defmodule HelloWorld do
|
||||||
|
def hello_world(name) do
|
||||||
|
IO.puts "Hello, World! #{name}"
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue