Skip to content

FieryFlames/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.