Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linguini1/aoc2022
My solutions to the Advent of Code challenges of 2022.
https://github.com/linguini1/aoc2022
advent-of-code advent-of-code-2022 adventofcode adventofcode2022 coding-challenge coding-challenges python
Last synced: about 7 hours ago
JSON representation
My solutions to the Advent of Code challenges of 2022.
- Host: GitHub
- URL: https://github.com/linguini1/aoc2022
- Owner: linguini1
- Created: 2022-12-29T19:40:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T21:14:56.000Z (about 1 year ago)
- Last Synced: 2024-10-18T05:22:06.666Z (21 days ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode, adventofcode2022, coding-challenge, coding-challenges, python
- Language: Python
- Homepage:
- Size: 91.8 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
### Matteo GolinThis repository contains the code to my solutions for the [Advent of Code challenges in 2022](https://adventofcode.com/).
Each day is separated into its own directory where its inputs and solutions are kept.
## Requirements
- Python 3.11+