URL: https://adventofcode.com/2019/
To run all tests: $ bin/test.sh
.
Note: If you get a permission error to run the script make the script executable: $ chmod +x bin/test.sh
To run a single test: $ bin/test.sh <day_number>
.
So if you want to test day 3: $ bin/test.sh 3
.