class ExampleIntMain { public static int Main() { System.Console.WriteLine("hahaha"); return 0; } }