fork download
  1. using System;
  2. using Nemerle.IO;
  3.  
  4. printf("Value = %d", 2 + 2)
Success #stdin #stdout 0.07s 13496KB
stdin
Standard input is empty
stdout
Value = 4