예제 #1
0
파일: prime.cs 프로젝트: Shishere007/CSharp
    public static void Main(String[] args)
    {
        main_class obj = new main_class();

        obj.show_result(obj.check_prime(obj.read_number()));
        // waiting for user enter any key
        Console.ReadKey();
    }