Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 14 days ago
JSON representation

Advent of Code 2024 with Deno

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://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:dijfw5anky2izdhc2y6hi73g/bafkreiggtcyw3xwekufev7ki23yqxftk2jkh4d62hwr2lm7mophwkv564y@jpeg)](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
```