From a5eb26ab82e14e021d0838339a5d09e696ab8493 Mon Sep 17 00:00:00 2001 From: yoon Date: Fri, 3 Oct 2025 17:34:08 +0900 Subject: [PATCH] =?UTF-8?q?[FEATURE]=20#6=20hello=20=EC=B6=9C=EB=A0=A5=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - hello.py 파일 추가 Closes #6 --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..ed0f110 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print('hello') \ No newline at end of file