You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
Sources | 1 year ago | |
Tests/aoc2021Tests | 2 years ago | |
.gitignore | 2 years ago | |
Package.resolved | 1 year ago | |
Package.swift | 1 year ago | |
README.md | 2 years ago |
README.md
Advent of Code 2021
See: 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
.