fork download
  1. module Main
  2. where
  3.  
  4. main = print "hello world"
Success #stdin #stdout 0s 5684KB
stdin
Standard input is empty
stdout
"hello world"