Add print statements for hello and world

This commit is contained in:
2026-01-06 15:48:26 +05:00
parent f94684cbbb
commit d3be98e0a7

View File

@@ -0,0 +1,3 @@
print('hello')
print('world')