https://github.com/marcomontalbano/advent-of-code-2024
Advent of Code 2024 with Deno
https://github.com/marcomontalbano/advent-of-code-2024
advent-of-code advent-of-code-2024 aoc-2024-in-deno bdd deno typescript
Last synced: about 2 months ago
JSON representation
Advent of Code 2024 with Deno
- Host: GitHub
- URL: https://github.com/marcomontalbano/advent-of-code-2024
- Owner: marcomontalbano
- License: mit
- Created: 2024-11-30T20:54:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T21:25:46.000Z (4 months ago)
- Last Synced: 2025-03-27T22:15:38.093Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2024, aoc-2024-in-deno, bdd, deno, typescript
- Language: TypeScript
- Homepage: https://deno.com/blog/advent-of-code-2024
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024 with Deno
Advent of Code is an
[Advent calendar](https://en.wikipedia.org/wiki/Advent_calendar) of small
programming puzzles for a variety of skill levels that can be solved in any
programming language you like.> Participating in Advent of Code 🎄?
>
> Use Deno and win some exclusive prizes 🎁️ 👀️
>
> https://deno.com/blog/advent-of-code-2024
>
> [](https://deno.com/blog/advent-of-code-2024)
>
> — Deno ([@deno.land](https://bsky.app/profile/deno.land)) Nov 27, 2024 at
> 21:11## Usage
```shell
# run tests
deno test --allow-read --coverage
deno coverage
```