From ca00f2eef6ebeeb5be63fa93c107e965266af6be Mon Sep 17 00:00:00 2001 From: Shaddy Date: Wed, 22 Nov 2023 13:04:11 +0300 Subject: [PATCH] printed hello world --- lib/app.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/app.py diff --git a/lib/app.py b/lib/app.py new file mode 100644 index 000000000..8ba039819 --- /dev/null +++ b/lib/app.py @@ -0,0 +1,2 @@ +# lib/app.py +print("Hello World! Pass this test, please.") \ No newline at end of file