Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pascal-zarrad/advent-of-code-2022
- Owner: pascal-zarrad
- Created: 2022-12-25T16:59:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T23:02:53.000Z (about 2 years ago)
- Last Synced: 2025-01-19T03:28:16.854Z (8 days ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, golang
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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