fork download
  1. #pragma indent
  2. using System;
  3. public module HelloWorld
  4. public Main() : void
  5. Console.WriteLine("Hello world!");
  6.  
Success #stdin #stdout 0.06s 13352KB
stdin
Standard input is empty
stdout
Hello world!