language: Erlang (erl-5.7.3)
date: 183 days 4 hours ago
link:
visibility: public
1
2
3
4
-module(prog).
-export([mother/1]).
mother(dez) -> sandra.
 
  • 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 ()