Skip to content

My solutions to Advent of Code 2022

License

Notifications You must be signed in to change notification settings

MattA-Official/Advent-of-Code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

This repository contains my solutions to the Advent of Code 2022 challenges.

Spoilers

Be aware that there are solutions are in this repository. If you don't want to see them, don't look at the code. If you do want to see them, then you're in the right place - but don't complain if you see them before you've solved the challenge yourself.

Usage

This year I'm using C# and .NET Core 3.1. to solve the challenges. To run the solutions, you'll need to have .NET Core 3.1 installed. You can find the installation instructions here.

To run a solution, navigate to the directory of the day you want to run and run the following command:

dotnet run

License

This project is licensed under the MIT License - see the LICENSE file for details.