Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myty/advent-of-code
My advent of code solutions
https://github.com/myty/advent-of-code
advent-of-code advent-of-code-2024 aoc aoc-2024-in-deno deno
Last synced: 13 days ago
JSON representation
My advent of code solutions
- Host: GitHub
- URL: https://github.com/myty/advent-of-code
- Owner: myty
- Created: 2023-12-02T14:55:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T13:10:29.000Z (23 days ago)
- Last Synced: 2025-01-06T14:24:55.353Z (23 days ago)
- Topics: advent-of-code, advent-of-code-2024, aoc, aoc-2024-in-deno, deno
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
Advent of Code 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 interview prep, company training, university
coursework, practice problems, a speed contest, or to challenge each other.## 2024
For 2024, I've decided to solve the puzzles in [Deno](https://deno.com/) again
mostly because of this: . You can
follow along with my (work-in-progress) [solutions for 2024](./2024/).## 2023
For 2023, I am solving the puzzles in [Deno](https://deno.com/). See my
[solutions](./2023/). They may not be pretty, but they work.