Added readme

main
Max Nuding 2021-12-04 11:28:43 +01:00
parent 83abcbc6e3
commit a2f313429f
Signed by: phlaym
GPG Key ID: A06651BAB6777237
1 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
# aoc2021
# Advent of Code 2021
A description of this package.
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`.