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__':