Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janplazovnik/advent-of-code
🎅 My solutions for Advent of Code
https://github.com/janplazovnik/advent-of-code
Last synced: 1 day ago
JSON representation
🎅 My solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/janplazovnik/advent-of-code
- Owner: JanPlazovnik
- Created: 2022-12-01T06:58:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T12:49:41.000Z (11 months ago)
- Last Synced: 2023-12-10T12:36:34.723Z (11 months ago)
- Language: TypeScript
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode 2022
## About AOC
[Advent of Code](https://adventofcode.com/) 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. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other. It's made and maintained by [Eric Wastl](https://twitter.com/ericwastl) and other contributors.
## About this repo
This repo contains my solutions for the puzzles. I'm not trying to go for high scores or anything, I'm just trying brush up on my programming skills and have some fun. I'm using this as an opportunity to learn new languages and frameworks, though I usually just cheap out and use TypeScript anyway. I'm using this repo as a way to keep track of my progress and to share my solutions with others.
## Quick links
- [2021](https://github.com/JanPlazovnik/advent-of-code/tree/main/2021)
- [2022](https://github.com/JanPlazovnik/advent-of-code/tree/main/2022)
- [2023](https://github.com/JanPlazovnik/advent-of-code/tree/main/2023)