Skip to content

Commit f33953a

Browse files
committed
Adds helloworld eg
1 parent 0fccf90 commit f33953a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codes/ch1/helloworld.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/python3
2+
3+
print("Hello World")

0 commit comments

Comments
 (0)