From 146a4cb08b416434b82c5f6b8bd8e83db32a229b Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 28 Jan 2023 13:38:48 -0500 Subject: [PATCH] added --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c636c3 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Wordle Algorithm + +The challenge set by Matt Parker is to find 5 unique words that, between them, have 25 unique letters. This program, written in C, aims to do precisely that. + +Current Approximate time: 1.05 seconds. \ No newline at end of file