Skip to content

Commit 85ccd5d

Browse files
committed
Add hello_world
1 parent 6e021a2 commit 85ccd5d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*~
2+
.DS_Store

hello_world/hello01.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print('Hello World')

0 commit comments

Comments
 (0)