fork download
  1. //gungahlin collage using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("Caitie"); Console.Out.WriteLine("i'm 16 peeps :)"); Console.Out.WriteLine("i have a 19 year old brother, a mother, a dog, two cats and a baby brother"); Console.In.ReadLine(); } }}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
error CS5001: Program `prog.exe' does not contain a static `Main' method suitable for an entry point
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty