Skip to content

🎄Starter template for solving Advent of Code in Swift

Notifications You must be signed in to change notification settings

danshevluk/advent-of-code-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code {year}

🎄 This is a template for solving Advent of Code puzzles in Swift!

How to start solving puzzles:

  1. Start with 'Day 1', see instructions here.
  2. Create your PuzzleSolver struct and add it to the solvers array. You can see an example for 'Day 1'.
  3. Add your input to the inputs folder.
  4. Get an answer with a CLI command:
    swift run solve-aoc --day 1 --part two inputs/day1-example

🚀 Feel free to submit your ideas for improvements in issues or PR-s.

About

🎄Starter template for solving Advent of Code in Swift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages