From e053f95b83bd19ff5fc37907ff5f2cb79b965e59 Mon Sep 17 00:00:00 2001 From: nik-don <93073558+nik-don@users.noreply.github.com> Date: Tue, 16 Nov 2021 22:11:45 +0000 Subject: [PATCH] change input so no more than 1 solution --- subjects/sudoku/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/sudoku/audit/README.md b/subjects/sudoku/audit/README.md index 7bfa63b1..c7eb681f 100644 --- a/subjects/sudoku/audit/README.md +++ b/subjects/sudoku/audit/README.md @@ -128,7 +128,7 @@ ###### Does the program returns the value above? -##### Try running the program with the arguments: `".27....36" "..16..9.7" ".69..72.5" "3.4.7.1.." "..69.8..." "...451.2." "1..5...7." "74.8..5.." "6......9."` +##### Try running the program with the arguments: `"427....36" "..16..9.7" ".69..72.5" "3.4.7.1.." "..69.8..." "97.451.2." "1..5...78" "74.8..5.." "685....9."` ``` 4 2 7 1 9 5 8 3 6