diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..397cb3a --- /dev/null +++ b/hello.py @@ -0,0 +1,3 @@ +def hello_me(): + print("안녕하세요") + \ No newline at end of file