public static void Main(string[] args) { var f = new Foot(); f.Test2(); Console.WriteLine("Hello World!"); Console.ReadLine(); }