3 lines
66 B
Erlang
3 lines
66 B
Erlang
|
|
$ erl -noshell -eval 'io:format("hello~n").' -s erlang halt
|
||
|
|
hello
|