From 1d2dabc5686f7c05b75385c928650315d120910a Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Mon, 30 Apr 2012 12:08:05 +0300 Subject: [PATCH] add elixir hello world --- e/elixir.exs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 e/elixir.exs diff --git a/e/elixir.exs b/e/elixir.exs new file mode 100644 index 00000000..52fed1ca --- /dev/null +++ b/e/elixir.exs @@ -0,0 +1,2 @@ +#!/usr/bin/env elixir +IO.puts "Hello world"