Skip to content

Commit d21213f

Browse files
author
kazama
committed
chore: testing auth
1 parent 54eed14 commit d21213f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

basics/commands/hello_world.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env python
2+
3+
print("Hello!, World")
4+
5+
#This is a full line comment
6+
#This doesn't take space or memory
7+
"""
8+
This is not a block comment
9+
This is a multiline string
10+
"""

0 commit comments

Comments
 (0)