예제 #1
0
파일: TaskA.CS 프로젝트: war-man/70-483
 public static void Run()
 {
     EncryptSomeText();
     Waiter.WaitForAnyKey();
 }