Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gugustinette/aoc-2024

Advent of Code 2024
https://github.com/gugustinette/aoc-2024

advent-of-code aoc-2024-in-deno deno typescript

Last synced: about 2 months ago
JSON representation

Advent of Code 2024

Awesome Lists containing this project

README

        

# aoc-2024
[Advent of Code](https://adventofcode.com/) is a yearly event where you solve coding puzzles. This repository contains my solutions for the 2024 edition.

It is also part of the [Deno Advent of Code Challenge](https://deno.com/blog/advent-of-code-2024) where you can win a Deno stickers by solving the puzzles with Deno.

## Running the code
To run the code, you'll need [Deno](https://deno.land/).
For example, to run the code for day 1 :
```
deno run day-1
```

## Resources
- [Deno](https://deno.land/)
- [Advent of Code](https://adventofcode.com/)
- [Deno Standard Library](https://jsr.io/@std)