Merge pull request #64 from lest/patch-2

add elixir hello world
This commit is contained in:
Mike Donaghy
2014-08-17 22:46:25 -04:00

2
e/elixir.exs Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env elixir
IO.puts "Hello world"