Add erlang escript, update README

This commit is contained in:
Akil Krishnan
2018-07-02 02:47:57 -05:00
parent 4b5ff1ef90
commit 4889a9305d
2 changed files with 12 additions and 5 deletions

4
e/erlang_escript.erl Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env escript
main(_) ->
io:format("Hello World~n").