Skip to content

Commit 78d4e15

Browse files
committed
Update msg
1 parent ce48589 commit 78d4e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def main():
22
print("Hello World")
33

44
def runner():
5-
print("Road Runner")
5+
print("Coyote catches the Road Runner")
66

77
if __name__ == "__main__":
88
main()

0 commit comments

Comments
 (0)