Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gugustinette/aoc-2024
- Owner: Gugustinette
- Created: 2024-12-01T11:44:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T13:05:25.000Z (about 2 months ago)
- Last Synced: 2024-12-01T13:21:10.637Z (about 2 months ago)
- Topics: advent-of-code, aoc-2024-in-deno, deno, typescript
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)