Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pascal-zarrad/advent-of-code-2022

My solutions to the advent of code challenges for 2022
https://github.com/pascal-zarrad/advent-of-code-2022

advent-of-code advent-of-code-2022 aoc golang

Last synced: 7 days ago
JSON representation

My solutions to the advent of code challenges for 2022

Awesome Lists containing this project

README

        

# advent-of-code-2022

Welcome to the Advent of Code[^aoc] project created by [pascal-zarrad][github].
In this repository you will find my solutions to Advent of Code[^aoc] 2022 challenges.
There is no guarantee that you will find all solutions here, as I just continued as long as I had fun.

The challenges are solved using the Go programming language!

## Running challenges
Please run the challenges with your current working directory being the root of this repository.
The utilities used for by my challenge template expect this.

[^aoc]:
[Advent of Code][aoc] – an annual event in December since 2015.
Every year since then, with the first day of December, a programming puzzles contest is published every day for twenty-four days.
A set of Christmas-oriented challenges provide any input you have to use to answer using the language of your choice.

[aoc]: https://adventofcode.com
[github]: https://github.com/pascal-zarrad