From d7308c66cf5e43edb861d3a635aaff3cd425095e Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 20 May 2024 11:44:03 +0300 Subject: [PATCH] Lab completed --- lib/app.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/app.py diff --git a/lib/app.py b/lib/app.py new file mode 100644 index 000000000..8069a4b91 --- /dev/null +++ b/lib/app.py @@ -0,0 +1 @@ +print("Hello World! Pass this test, please.") \ No newline at end of file