aoc2021/README.md
2021-12-04 11:28:43 +01:00

10 lines
249 B
Markdown

# Advent of Code 2021
See: [https://adventofcode.com/2021](https://adventofcode.com/2021)
Solved in Swift 5.5.
## Notes
Xcode seems to have issues building this and doesn't like package resources. Build and run using `swift build && swift run`.