https://adventofcode.com/2016/day/1
A solution by Theo Vora (@theevo)
- Clone/Download
- Open AoC2016-D01.xcodeproj
- ⌘R to run
- Output appears in the Debug area
Note: Simulator will yield a blank screen. This is expected as I did not wire up the results of my solution through IBOutlets. They are written to the Debug console.
To run XCTests, just press ⌘U.
- Swift 5
- Xcode 11.5 (11E608c)
- XCTest