Skip to content

Commit 6272e71

Browse files
authored
[Feature] HelloWorld 스크립트 추가 (#3)
1 parent 702584c commit 6272e71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

helloworld.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""
2+
This is a simple Python script that prints "Hello, World!" to the console.
3+
"""
4+
5+
if __name__ == '__main__':
6+
print('Hello, World!')

0 commit comments

Comments
 (0)