Add erlang escript, update README
This commit is contained in:
4
e/erlang_escript.erl
Normal file
4
e/erlang_escript.erl
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env escript
|
||||
|
||||
main(_) ->
|
||||
io:format("Hello World~n").
|
||||
Reference in New Issue
Block a user