From 8009ab00eda883a0fa27b9981dcaeff02fb26944 Mon Sep 17 00:00:00 2001 From: Andrew M Morgan <37627199+amm414@users.noreply.github.com> Date: Mon, 7 Jun 2021 14:16:01 -0400 Subject: [PATCH] Create readme.md --- CodingProjects/Sudoku/readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CodingProjects/Sudoku/readme.md diff --git a/CodingProjects/Sudoku/readme.md b/CodingProjects/Sudoku/readme.md new file mode 100644 index 0000000..b74cada --- /dev/null +++ b/CodingProjects/Sudoku/readme.md @@ -0,0 +1,5 @@ +# This is the section for the Sudoku Solver on my Website + +### The Documentation here is Light for now... + +The requirements to run are python (version 3), Math (sqrt), Random (choice, randint)