예제 #1
0
파일: Program.cs 프로젝트: mahimanayak/FI
 static void Main(string[] args)
 {
     Math _m=new Math();
     Console.Write(_m.add(3, 4));
     Console.ReadLine();
 }