diff --git a/src/App.js b/src/App.js index 159bd21..0cd75d9 100644 --- a/src/App.js +++ b/src/App.js @@ -6,6 +6,7 @@ class App { const count = await Console.readLineAsync('승리를 위한 횟수를 입력하세요: '); // 코드를 작성해 주세요. + // PR 제출 예시 return; }