// 입력 java로는 - scanner
string input = Console.ReadLine();
// 출력
Console.WriteLine("output");
// 콘솔 삭제
Console.Clear();

 

+ Recent posts