From d907115db0e95dc3b06410b844469aca0ff1ad14 Mon Sep 17 00:00:00 2001 From: Nastiiasaenko <54864655+Nastiiasaenko@users.noreply.github.com> Date: Tue, 12 Dec 2023 21:46:01 -0500 Subject: [PATCH] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 7c4d41a..0602bea 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ def add_smth(a,b): return a+b -if __name__ == "__main__": +if __name__ == "__app__": add_smth() print("All tests passed.")