> ***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
@ -73,7 +73,7 @@
##### Try running the program: `"echo 0 0 | ./quadchecker"`
```
Not a Raid function
Not a quad function
```
###### Does the program returns the value above?
@ -81,7 +81,7 @@ Not a Raid function
##### Try running the program: `"echo -n "o--" | ./quadchecker"`
```
Not a Raid function
Not a quad function
```
###### Does the program returns the value above?
@ -89,7 +89,7 @@ Not a Raid function
##### Try running the program: `"echo -n "/****" | ./quadchecker"`
```
Not a Raid function
Not a quad function
```
###### Does the program returns the value above?
@ -97,7 +97,7 @@ Not a Raid function
##### Try running the program: `"echo -n "ABBB" | ./quadchecker"`
```
Not a Raid function
Not a quad function
```
###### Does the program returns the value above?
@ -105,7 +105,7 @@ Not a Raid function
##### Try running the program: `"echo -n "ABBBA"$'\n'"B"$'\n'"B" | ./quadchecker"`
```
Not a Raid function
Not a quad function
```
###### Does the program returns the value above?
@ -113,7 +113,7 @@ Not a Raid function
##### Try running the program: `"echo -n "o--o"$'\n'"|"$'\n'"o" | ./quadchecker"`