Skip to content

maxxfrazer/Advent-of-Code

2022
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 15 commits ahead, 16 commits behind Oliver-Binns:2022.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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.

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%