Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 643 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 643 Bytes

Advent of Code 2023

Language

Advent of Code solutions written in Swift using the Advent of Code Swift Starter Project from Apple.

For every day there is a test to execute the code with test input provided for each challenge. This can be done via the swift test command. To execute the code against real data you can use the swift run -c release AdventOfCode --benchmark 3 command, where the number corresponds with the day you want to execute.