aoc2021/README.md

10 lines
249 B
Markdown
Raw Normal View History

2021-12-04 10:28:43 +00:00
# Advent of Code 2021
2021-12-01 19:11:11 +00:00
2021-12-04 10:28:43 +00:00
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`.