From dfb8529efe2f9a89288690c81b6993ae34e25210 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 23 Jun 2026 19:47:09 +0000 Subject: [PATCH 1/2] Add tic.html --- tic.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tic.html diff --git a/tic.html b/tic.html new file mode 100644 index 00000000..8216666e --- /dev/null +++ b/tic.html @@ -0,0 +1,36 @@ + + + +Tic Tac Toe + + + + +
+

Tic Tac Toe

+ +
+ + + From bce1fefc49ffb3bd77ba78409f1b6634bb2391f0 Mon Sep 17 00:00:00 2001 From: GAURAV03-CEL <157657146+GAURAV03-CEL@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:57:52 -0700 Subject: [PATCH 2/2] add garv.py print statement --- garv.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 garv.py diff --git a/garv.py b/garv.py new file mode 100644 index 00000000..268f503b --- /dev/null +++ b/garv.py @@ -0,0 +1 @@ +print("this is garv file")