From bc77177723f2ef4da712de4c59a01e9b1e87da5a Mon Sep 17 00:00:00 2001 From: texhno Date: Tue, 5 Dec 2023 19:59:59 +0100 Subject: [PATCH] Added README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4502da --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# My submission for the FatCat Coders Tanks challenge KAPOW + +Link to the challenge: https://fatcatselect.com/blog/kapow-the-last-tank-standing/ + +### Instructions + +```bash +npm i +npx ts-node index.ts +```