add elixir hello world

This commit is contained in:
Sergey Nartimov
2012-04-30 12:08:05 +03:00
parent 38f6567c5c
commit 1d2dabc568

2
e/elixir.exs Normal file
View File

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