fork(2) download
  1. -module(prog).
  2. -export([main/0]).
  3.  
  4. main() ->
  5. io:fwrite("~w~n", [round(1.44445)]).
Success #stdin #stdout 0.22s 8400KB
stdin
Standard input is empty
stdout
1