7 ms·
#!/usr/bin/env escript main(_) -> io:format("hello, world").
by seancribbs 13y ago
#!/usr/bin/env escript
main(_) ->
io:format("hello, world").
- bfrog 13y agoFair enough, but thats not how the books and documentation present erlang. They present it with the shell and c()
- gordonguthrie 13y agoGood point. Never thought of that...