Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyhalight/aoc
🎄 My solutions for Advent of Code
https://github.com/ilyhalight/aoc
advent-of-code aoc aoc-2024-in-deno bun deno javascript typescript
Last synced: about 1 month ago
JSON representation
🎄 My solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/ilyhalight/aoc
- Owner: ilyhalight
- Created: 2024-12-01T15:38:11.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-01T16:34:21.000Z (about 1 month ago)
- Last Synced: 2024-12-01T16:37:16.930Z (about 1 month ago)
- Topics: advent-of-code, aoc, aoc-2024-in-deno, bun, deno, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advent of Code
🎄 My solutions for Advent of Code
## Solutions by years:
- [2024](/2024)
## About Advent of Code
Advent of Code is an Advent calendar of small programming puzzles for a variety of 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.
[Take part in the event](https://adventofcode.com)
## Thanks
Thanks for the idea to the creator of the AoC and the authors of these repositories:
- [justchokingaround/aoc24](https://github.com/justchokingaround/aoc24)
- [mebeim/aoc](https://github.com/mebeim/aoc)