Browse Source

adding instructions for the files submited in the raids

pull/1055/head
miguel 2 years ago
parent
commit
6436c84e42
  1. 2
      subjects/quad/README.md
  2. 4
      subjects/quad/audit/README.md
  3. 2
      subjects/quadchecker/README.md
  4. 4
      subjects/quadchecker/audit/README.md
  5. 2
      subjects/sudoku/README.md
  6. 4
      subjects/sudoku/audit/README.md

2
subjects/quad/README.md

@ -10,6 +10,8 @@ The function must draw the rectangles as in the examples.
If `x` and `y` are positive numbers, the program should print the rectangles as seen in the examples, otherwise, the function should print nothing.
Make sure you submit all the necessary files to run the program.
#### Expected function
```go

4
subjects/quad/audit/README.md

@ -2,6 +2,10 @@
> ***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
###### Can you confirm that the `"go.mod"` file is present and you can run the program?
##### Try running the function with the arguments: `"x=5 and y=3"`
```

2
subjects/quadchecker/README.md

@ -12,6 +12,8 @@ Create a program `quadchecker` that takes a `string` as an argument and displays
- If there is more than one `quad` matches, the program must display them all alphabetically ordered and separated by a `||`.
Make sure you submit all the necessary files to run the program.
### Usage
- If it's `quadA`

4
subjects/quadchecker/audit/README.md

@ -2,6 +2,10 @@
> ***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
###### Can you confirm that the `"go.mod"` file is present and you can run the program?
##### Try running the program: `"./quadA 3 3 | ./quadchecker"`
```

2
subjects/sudoku/README.md

@ -6,6 +6,8 @@
- A valid sudoku has only one possible solution.
Make sure you submit all the necessary files to run the program.
### Usage
#### Example 1:

4
subjects/sudoku/audit/README.md

@ -2,6 +2,10 @@
> ***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
###### Can you confirm that the `"go.mod"` file is present and you can run the program?
##### 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"`
```

Loading…
Cancel
Save