danshevluk / advent-of-code-swift

🎄Starter template for solving Advent of Code in Swift

Home Page:https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://adventofcode.com


Languages

Language:Swift 100.0%