Merge pull request #139 from IuryAlves/master

adding abc language
This commit is contained in:
Mike Donaghy
2014-08-17 22:39:28 -04:00
2 changed files with 2 additions and 0 deletions

1
a/abc.abc Normal file
View File

@@ -0,0 +1 @@
WRITE "Hello, World!"

1
e/elixir.ex Normal file
View File

@@ -0,0 +1 @@
IO.puts "Defining the function world"