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