1 2 3 4 | -module(prog). -export([mother/1]). mother(dez) -> sandra. |
LW1vZHVsZShwcm9nKS4KLWV4cG9ydChbbW90aGVyLzFdKS4KbW90aGVyKGRleikgLT4gc2FuZHJhLgo=
-
upload with new input
-
result: Success time: 0.17s memory: 9472 kB returned value: 1
import(prog). prog:mother(dez).
{"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.17s memory: 9472 kB returned value: 1
prog:mother(dez).
{"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 ()



