fork download
  1. -module(prog).
  2. -export([main/0]).
  3.  
  4. main() ->
  5. % your code goes here
  6. true.
Success #stdin #stdout 0.16s 23240KB
stdin
Standard input is empty
stdout
Standard output is empty