Go to file
Max Nuding fe8e901212
Some optimisations
2021-12-17 07:02:13 +01:00
Sources Some optimisations 2021-12-17 07:02:13 +01:00
Tests/aoc2021Tests 01a 2021-12-01 20:11:11 +01:00
.gitignore 03a 2021-12-03 20:49:21 +01:00
Package.resolved 08 2021-12-08 21:22:44 +01:00
Package.swift 17a+b 2021-12-17 06:48:02 +01:00
README.md Added readme 2021-12-04 11:28:43 +01:00

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.