Solutions for Advent of Code 2024 puzzles implemented in Swift.
The solutions are written for fun without focusing on optimization or code readability.
This project uses the Swift Starter Template.
- Run latest day:
swift run - Run specific day:
swift run AdventOfCode <day> - Benchmark mode:
swift run -c release AdventOfCode --benchmark <day> - Run all tests:
swift test - Run specific test:
swift test --filter <TestCase>/<FunctionName>