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