using System; public class Hello {public static void Main(string args) { Console.WriteLine("Hello? C#"); Console.ReadLine();}}
Standard input is empty
prog.cs(4,20): warning CS0028: `Hello.Main(string)' has the wrong signature to be an entry point error CS5001: Program `prog.exe' does not contain a static `Main' method suitable for an entry point Compilation failed: 1 error(s), 1 warnings
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!