From c28c34523d308d5838f24ef61c145d1b4227e5e0 Mon Sep 17 00:00:00 2001 From: anttiey Date: Thu, 10 Oct 2024 17:41:54 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20PR=20=EC=A0=9C=EC=B6=9C=20=EC=98=88?= =?UTF-8?q?=EC=8B=9C=EC=9A=A9=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 1 + 1 file changed, 1 insertion(+) 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; }