I just started learning Erlang so I coded this as new.erl:
new.erl
-module(new). -export([hello_world]/0). hello_world()->io:fwrite("Hello\\n&qu