https://github.com/mfloryan/advent-of-code
Advent of Code over the years
https://github.com/mfloryan/advent-of-code
aoc aoc-2022-in-javascript aoc-2023-in-javascript aoc2018 aoc2019 aoc2021 aoc2022 aoc2023 aoc2024 aoc2024-in-javascript
Last synced: 5 months ago
JSON representation
Advent of Code over the years
- Host: GitHub
- URL: https://github.com/mfloryan/advent-of-code
- Owner: mfloryan
- Created: 2018-12-04T08:29:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-12T07:57:05.000Z (6 months ago)
- Last Synced: 2025-12-13T18:29:07.302Z (6 months ago)
- Topics: aoc, aoc-2022-in-javascript, aoc-2023-in-javascript, aoc2018, aoc2019, aoc2021, aoc2022, aoc2023, aoc2024, aoc2024-in-javascript
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 6.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
I continue to practice coding every December with https://adventofcode.com/
The code is written in `JavaScript` as `nodejs` is a convenient, if slow, environment.
Each year got its own folder and so did each day.