Skip to content

Commit 610f97c

Browse files
authored
Create main.py
1 parent 91c0ef1 commit 610f97c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
def hello():
2+
print("this is fine!")
3+
4+
5+
hello()

0 commit comments

Comments
 (0)