예제 #1
0
        static void Main(string[] args)
        {
            BORG test = new BORG();

            test.readFile("test.txt");
            Console.ReadLine();
        }
예제 #2
0
파일: Program.cs 프로젝트: hlimbo/BORG
 static void Main(string[] args)
 {
     BORG test = new BORG();
     test.readFile("test.txt");
     Console.ReadLine();
 }