You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
miguel 6436c84e42 adding instructions for the files submited in the raids 2 years ago
..
README.md adding instructions for the files submited in the raids 2 years ago

README.md

Quadrangle Checker

NOTE: If you are an admin and you want to test this project, follow the instructions in the this subject 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"
[quadA] [3] [3]
Does the program returns the value above?
Try running the program: "./quadB 3 3 | ./quadchecker"
[quadB] [3] [3]
Does the program returns the value above?
Try running the program: "./quadC 1 1 | ./quadchecker"
[quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1]
Does the program returns the value above?
Try running the program: "./quadE 1 2 | ./quadchecker"
[quadC] [1] [2] || [quadE] [1] [2]
Does the program returns the value above?
Try running the program: "./quadE 2 1 | ./quadchecker"
[quadD] [2] [1] || [quadE] [2] [1]
Does the program returns the value above?
Try running the program: "./quadC 2 1 | ./quadchecker"
[quadC] [2] [1]
Does the program returns the value above?
Try running the program: "./quadD 1 2 | ./quadchecker"
[quadD] [1] [2]
Does the program returns the value above?
Try running the program: "./quadE 1 1 | ./quadchecker"
[quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1]
Does the program returns the value above?
Try running the program: "echo 0 0 | ./quadchecker"
Not a Raid function
Does the program returns the value above?
Try running the program: "echo -n "o--" | ./quadchecker"
Not a Raid function
Does the program returns the value above?
Try running the program: "echo -n "/****" | ./quadchecker"
Not a Raid function
Does the program returns the value above?
Try running the program: "echo -n "ABBB" | ./quadchecker"
Not a Raid function
Does the program returns the value above?
Try running the program: "echo -n "ABBBA"$'\n'"B"$'\n'"B" | ./quadchecker"
Not a Raid function
Does the program returns the value above?
Try running the program: "echo -n "o--o"$'\n'"|"$'\n'"o" | ./quadchecker"
Not a Raid function
Does the program returns the value above?