/advent-of-code-2022

My progress on solving the Advent of Code 2022 in Swift

Primary LanguageSwift

advent-of-code-2022

My solution for Advent of Code 2022.

All solutions are packaged as a Swift CLI executable. You can pass arguments to solve a puzzle for a specific part of a specific day. You can find example inputs in the inputs folder.

Here is how you can get a solution to a puzzle:

swift run solve-aoc --day 1 --part two inputs/day1-example