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