Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 658 Bytes

File metadata and controls

14 lines (7 loc) · 658 Bytes

Advent of Code

Language

This is my solutions to the Advent of Code challenges, based on Apple's Advent of Code Swift Starter Project

Usage

Place your input files in Sources/Data with the name DayXX.txt where XX is the day of the challenge.

Run a specific day with swift run -c release AdventOfCode XX where XX is the day of the challenge.

Alternatively, benchmark a specific day with swift run -c release AdventOfCode --benchmark XX where XX is the day of the challenge.