GitHub_collection_hello-world/e/erlang_escript.erl
2018-08-22 01:37:32 -03:00

5 lines
67 B
Erlang
Executable File

#!/usr/bin/env escript
main(_) ->
io:format("Hello World~n").