using System;
namespace _08.MathPower
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
static int OperatorMethod(int a, int b) //This
{
return a+b;
}
}
using System;
namespace _08.MathPower
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
static int OperatorMethod(int a, int b) //This
{
return a+b;
}
}