Go to file
2021-12-07 07:28:51 +01:00
Sources Removed test run 2021-12-07 07:28:51 +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 07a 2021-12-07 07:10:31 +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.