Skip to content

the most wonderful time of the year... Advent of Code solutions in Swift

Notifications You must be signed in to change notification settings

fguchelaar/AdventOfCode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

My solutions for the eight installment of Advent of Code.

Creating the 'packages'

I've prepared a Template that can be used for each day, containing a package of type executable. Just copy the template and set the correct number where NN is used.

Running the solutions

Simply run swift run in a folder to run the solution and get the answers. For better perfomance use swift run -c release.

For most days I've created unit-tests based on the example inputs. Run those with swift test.

About

the most wonderful time of the year... Advent of Code solutions in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published