1 2 3 | -module(prog). -export([hello_world/0]). hello_world() -> io:fwrite(2+2). |
LW1vZHVsZShwcm9nKS4KLWV4cG9ydChbaGVsbG9fd29ybGQvMF0pLgpoZWxsb193b3JsZCgpIC0+IGlvOmZ3cml0ZSgyKzIpLg==
-
upload with new input
-
result: Success time: 0.16s memory: 9472 kB returned value: 1
prog:hello_world().
{"init terminating in do_boot",{undef,[{prog,main,[]},{init,start_it,1},{init,start_em,1}]}}init terminating in do_boot ()
-
result: Success time: 0.16s memory: 9472 kB returned value: 1
{"init terminating in do_boot",{undef,[{prog,main,[]},{init,start_it,1},{init,start_em,1}]}}init terminating in do_boot ()



