fork download
  1. //gungahlincollage
  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("houston, we have a problem"); Console.In.ReadLine(); } }}
Success #stdin #stdout 0.03s 36944KB
stdin
Standard input is empty
stdout
three... two.. one... zero... liftoff!
houston, we have a problem