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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T12:36:08.000Z (6 months ago)
- Last Synced: 2025-12-15T14:37:44.574Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2024, aoc, aoc-2024-in-deno, deno
- Language: TypeScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.
I'm using [Mise](https://mise.jdx.dev/) to manage my development environment.
## 2025
For 2025, I've decided to solve the puzzles in [Go](https://go.dev/). It's a language that I've been trying to learn and what a better way to learn a new language than to solve puzzles with it?
To run the puzzles, you can use the following command:
```sh
cd 2025
go run ./
```
## 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.