Go to file
2021-12-04 11:28:43 +01:00
Sources/aoc2021 04b - cleanup 2021-12-04 11:23:38 +01:00
Tests/aoc2021Tests 01a 2021-12-01 20:11:11 +01:00
.gitignore 03a 2021-12-03 20:49:21 +01:00
Package.swift 03a 2021-12-03 20:49:21 +01:00
README.md Added readme 2021-12-04 11:28:43 +01:00

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.