Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcomontalbano/advent-of-code-2024
- Owner: marcomontalbano
- License: mit
- Created: 2024-11-30T20:54:52.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-09T21:21:16.000Z (17 days ago)
- Last Synced: 2024-12-09T22:26:15.511Z (17 days 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: 89.8 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://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
```