From 45d0747bbf280445f6f25cd8c7341c6edfec30e8 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 6 Feb 2023 18:26:17 +0900 Subject: [PATCH] =?UTF-8?q?`main`=20=EC=8B=A4=ED=96=89=EC=8B=9C=20?= =?UTF-8?q?=EC=B6=9C=EB=A0=A5=EB=90=98=EB=8A=94=20=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python_poetry_template/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python_poetry_template/main.py b/python_poetry_template/main.py index 588b885..1d0c386 100644 --- a/python_poetry_template/main.py +++ b/python_poetry_template/main.py @@ -1,5 +1,7 @@ def main(): - print("Hello, world!") + print('연규컴퍼니') + # 왜 hello world 가 아니라 연규컴퍼니 인가요? + # https://github.com/code-yeongyu/comment-python-project/wiki/%EA%B8%B0%EB%B3%B8-%ED%85%9C%ED%94%8C%EB%A6%BF-%EC%8B%A4%ED%96%89-%EB%AC%B8%EA%B5%AC-%EA%B4%80%EB%A0%A8-%EB%85%BC%EC%9D%98-%EB%82%B4%EC%9A%A9 if __name__ == '__main__':