Quick actions

cmd+k|ctrl+k

Navigation

Languages

Erlang multifile

Snippet info

Language

Erlang

Visibility

public

Author

petter

Created

2015-04-25T10:10:09Z

Updated

2015-08-07T23:04:14Z

% escript will ignore the first line

main(_) ->
    io:format("foo: ~s~n", [foo:foo()]).
INFO