예제 #1
0
파일: Program.cs 프로젝트: nutisne2/week-1
        static void Main(string[] args)
        {
            funtion input = new funtion();

            input.Input();
        }
예제 #2
0
파일: Program.cs 프로젝트: nutisne2/week-1
 static void Main(string[] args)
 {
     funtion input = new funtion();
     input.Input();
 }