maxxfrazer / Advent-of-Code

My Swift solutions for Advent of Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code

Template

This is a template for you to complete Advent of Code using Swift. It utilises Swift Package Manager, allowing you to write your solution for each day in the relevant folder within the Sources directory.

As each day you are provided with a sample input and answer, I recommend using a test-driven approach to the solutions. You can write tests for your code in the Tests directory.

What is Advent of Code?

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. You can play along on the Advent of Code website.

Solutions

My solutions for each year are available on the relevant branches within this repository.

About

My Swift solutions for Advent of Code.

License:MIT License


Languages

Language:Swift 100.0%