fork download
  1. //HelloWorld//we will use this in the class today using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("Hello World"); 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