- clone the repo
cdinto a chosen day's directory
Note: Each day is it's own executable and can be tested in 1 of 4 ways.
open Package.swiftfrom the command linecommand + rbuild and run- enter input values into debug area
- compare stdout to expected output
open Package.swiftcommand + bto build,command + uto run test suite- inputs & expected output will be pulled from
TestsDatafolder - verify all tests have passed
swift buildswift run- enter input values into command line
- compare stdout to expected output
swift buildswift test- inputs & expected output will be pulled from
TestsDatafolder - verify all tests have passed