From f9613ef7499704c1f002475713e50bdc53fce91d Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:04:00 +0530 Subject: [PATCH] Create helloworld --- helloworld | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld diff --git a/helloworld b/helloworld new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/helloworld @@ -0,0 +1 @@ +print("Hello World")