예제 #1
0
파일: Interface1.cs 프로젝트: bakugod/-
        static void Main()
        {
            var sss = new Getter(12);

            Console.WriteLine($"Area of the square = {sss.Constructor()}");
        }