adding instructions for the files submited in the raids

This commit is contained in:
miguel 2022-04-14 11:29:17 +01:00
parent b9b251ac32
commit 6436c84e42
6 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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"`
```

View File

@ -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`

View File

@ -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"`
```

View File

@ -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:

View File

@ -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"`
```