From bbe5ca02b67d2652f47255183f4860ddc29a93a9 Mon Sep 17 00:00:00 2001 From: Nitesh Nagpal Date: Wed, 30 Oct 2019 13:33:42 +0530 Subject: [PATCH] Create tictoe --- tictoe | 1 + 1 file changed, 1 insertion(+) create mode 100644 tictoe diff --git a/tictoe b/tictoe new file mode 100644 index 0000000..390aedc --- /dev/null +++ b/tictoe @@ -0,0 +1 @@ +print("this repo is a simple game tic-tac-toe using python")