From bd5041d8ea6a4a24d7375a578a708df24d6bc39c Mon Sep 17 00:00:00 2001 From: nprimo Date: Wed, 24 Jul 2024 11:44:51 +0100 Subject: [PATCH] chore(sudoku): remove extra `"` from audit instructions --- subjects/sudoku/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/sudoku/audit/README.md b/subjects/sudoku/audit/README.md index 368ffdbdd..ddf97841c 100644 --- a/subjects/sudoku/audit/README.md +++ b/subjects/sudoku/audit/README.md @@ -1,6 +1,6 @@ #### Sudoku -> ***NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](https://github.com/01-edu/go-tests/blob/master/raid-testing.md) before you proceed to the questions.*** +> **_NOTE: If you are an admin and you want to test this project, follow the instructions [in the this subject](https://github.com/01-edu/go-tests/blob/master/raid-testing.md) before you proceed to the questions._** ##### Open the repository of the project and check the submitted files @@ -38,7 +38,7 @@ ###### Does the program returns the value above? -##### Try running the program with the arguments: `""..5.3..81" "9.285..6." "6....4.5." "..74.283." "34976...5" "..83..49." "15..87..2" ".9....6.." ".26.495.3""` +##### Try running the program with the arguments: `"..5.3..81" "9.285..6." "6....4.5." "..74.283." "34976...5" "..83..49." "15..87..2" ".9....6.." ".26.495.3"` ``` 4 7 5 9 3 6 2 8 1