From c4e09546ec0b3417dc1015a8c36fae703b5f8ea1 Mon Sep 17 00:00:00 2001 From: Naman Anand Date: Mon, 4 Oct 2021 23:12:49 +0530 Subject: [PATCH] nit --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..b376c99 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print('hello')