From a7b5a5ff1e5b1015d93319444d57b088129bf368 Mon Sep 17 00:00:00 2001 From: Aankhen Date: Sun, 15 Oct 2023 01:42:45 +0530 Subject: [PATCH] docs: add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2988d94 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Coding Challenges + +This is where I try the challenges from [codingchallenges.fyi](https://codingchallenges.fyi/). Rust is making this almost too easy so far, but given how much the challenges seem to vary in scope, it seems unlikely that I’ll be finishing all of them here. + +Since I already spend more time than is healthy building and refining CLIs for various tools, I’ll probably skip that part of the challenges. The rest of it is usually more interesting. + +**Expect much force-pushing to `main`, as befits a repository I’m just messing around in.**