Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhtayal72 authored Oct 18, 2024
1 parent 9b8053a commit a3d80ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# the program will print hello world
# every 2 second forever....
while True:
print("Hi, this is Hello World Application! 18thOct2024")
print("Hi, this is Hello World Application! 18thOct2024\n and I'm Tayal!")
sleep(2)

0 comments on commit a3d80ec

Please sign in to comment.