From 14af94a756daefdda2e8b5b8c3a1fdf23394e9b2 Mon Sep 17 00:00:00 2001 From: tanay singhania Date: Wed, 30 Aug 2017 18:49:08 +0530 Subject: [PATCH] Added another html --- TanaySinghania.html | 1 + hello.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 TanaySinghania.html diff --git a/TanaySinghania.html b/TanaySinghania.html new file mode 100644 index 0000000..a5cb58b --- /dev/null +++ b/TanaySinghania.html @@ -0,0 +1 @@ +Tanay Singhania \ No newline at end of file diff --git a/hello.py b/hello.py index 9434835..c6ea0d4 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ print("Hello Wolrd , My First Git Repo") +print("Hello 2") \ No newline at end of file