using System.Collections; public class MyClass1 { public void HelloWorld() { Console.WriteLine("Hello World"); } }