http://ickivrg5jucpkdfw5d6qeja6srtpox7yofkyygc44gnwbpj2tf2mekqd.onion
Testing You can compile and test your function using the following commands: make # compiles the program ./testQ1 # tests with manual input, outputs to terminal ./testQ1 < input-file # tests with input from a file, outputs to terminal ./testQ1 < tests/1.in # for example, tests with input from tests/1.in # (then manually compare with tests/1.exp) .