-module(prog). -export([main/1]). main([H|T]) -> io:fwrite("arg: ~s~n", [H]), main(T);main([]) -> ok.
Standard input is empty
{"init terminating in do_boot",{undef,[{prog,main,[]},{init,start_it,1},{init,start_em,1}]}}
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!