fork download
  1. //
  2. using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("Three..two..one..zero..liftoff!"); Console.Out.WriteLine("houstion, we have a problem");
  3. Console.In.ReadLine(); } }}
Success #stdin #stdout 0.03s 37968KB
stdin
Standard input is empty
stdout
Three..two..one..zero..liftoff!
houstion, we have a problem