From 9a13a591786466af8588797aebd7ffdbb2f0b3e9 Mon Sep 17 00:00:00 2001 From: dhruvachaudhari Date: Mon, 3 Oct 2022 16:43:54 +0530 Subject: [PATCH] Added my name --- demohello.py | 2 +- dhruva.py | 2 ++ hi.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 dhruva.py create mode 100644 hi.txt diff --git a/demohello.py b/demohello.py index 79b8d54..d1f54a0 100644 --- a/demohello.py +++ b/demohello.py @@ -1 +1 @@ -helloworld this is a demo repo +helloworld diff --git a/dhruva.py b/dhruva.py new file mode 100644 index 0000000..10eef24 --- /dev/null +++ b/dhruva.py @@ -0,0 +1,2 @@ +print("Heyyy") +print("Dhruva here") diff --git a/hi.txt b/hi.txt new file mode 100644 index 0000000..b6fc4c6 --- /dev/null +++ b/hi.txt @@ -0,0 +1 @@ +hello \ No newline at end of file