Skip to content

Commit 60f5145

Browse files
committed
rad-runner
1 parent 23726a0 commit 60f5145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
def main():
22
print("Hello World")
33

4+
def runner():
5+
print("Road Runner")
46

57
if __name__ == "__main__":
68
main()

0 commit comments

Comments
 (0)