fork download
  1. let x = 1 + 2;;
  2. let y = x * x;;
  3.  
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
39