fork download
  1. -module(prog).
  2. -export([main/0]).
  3.  
  4. main() -> io:format("test").
Success #stdin #stdout 0.23s 8400KB
stdin
Standard input is empty
stdout
test