diff --git a/subjects/quad/README.md b/subjects/quad/README.md index a618930c..5570920f 100644 --- a/subjects/quad/README.md +++ b/subjects/quad/README.md @@ -1,4 +1,4 @@ -# quadrangle +## quadrangle ## quadA diff --git a/subjects/quad/audit/README.md b/subjects/quad/audit/README.md index 24f82d54..0f8337c4 100644 --- a/subjects/quad/audit/README.md +++ b/subjects/quad/audit/README.md @@ -1,5 +1,8 @@ #### quadA +***NOTE: If you are an admin and you want to test this project, follow the instructions [HERE](https://github.com/01-edu/go-tests)*** + + ##### Try running the function with the arguments: `"x=5 and y=3"` ``` diff --git a/subjects/quadchecker/audit/README.md b/subjects/quadchecker/audit/README.md index 2aab5430..f4cf7532 100644 --- a/subjects/quadchecker/audit/README.md +++ b/subjects/quadchecker/audit/README.md @@ -1,5 +1,7 @@ #### Quadrangle Checker +***NOTE: If you are an admin and you want to test this project, follow the instructions [HERE](https://github.com/01-edu/go-tests)*** + ##### Try running the program: `"./quadA 3 3 | ./quadchecker"` ``` diff --git a/subjects/sudoku/audit/README.md b/subjects/sudoku/audit/README.md index c7eb681f..25d2ab42 100644 --- a/subjects/sudoku/audit/README.md +++ b/subjects/sudoku/audit/README.md @@ -1,5 +1,7 @@ #### Sudoku +***NOTE: If you are an admin and you want to test this project, follow the instructions [HERE](https://github.com/01-edu/go-tests)*** + ##### Try running the program with the arguments: `".96.4...1" "1...6...4" "5.481.39." "..795..43" ".3..8...." "4.5.23.18" ".1.63..59" ".59.7.83." "..359...7"` ```