예제 #1
0
 static void Main(string[] args)
 {
     Console.WriteLine($"2 + 2 = {Calculator.Add(2, 2)}");
 }