Skip to content

My solutions for Advent of Code puzzles, written in Swift

Notifications You must be signed in to change notification settings

TyShkan/AdventOfCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions for Advent of Code puzzles, written in Swift.

Every solutions is implemented as a single Swift file, organised within a Playground for each year for ease of use.

The run button within Xcode only runs a file in debug mode, so performance wonʼt be great. To run a dayʼs solution in optimised mode, use:

swift -O <path-to-file>

About

My solutions for Advent of Code puzzles, written in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%