From 829429aa687ecf20520f1dc298b1a578046c1f9c Mon Sep 17 00:00:00 2001 From: GitJaouad Date: Fri, 3 Apr 2026 21:22:07 +0100 Subject: [PATCH] Solution --- app/main.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/main.py diff --git a/app/main.py b/app/main.py new file mode 100644 index 0000000..fba77ea --- /dev/null +++ b/app/main.py @@ -0,0 +1,2 @@ +def test_simple_check(): + assert 1 == 1