Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sheabunge/adventofcode

My Advent of Code attempts
https://github.com/sheabunge/adventofcode

advent-of-code advent-of-code-2021 advent-of-code-2024 adventofcode

Last synced: 3 days ago
JSON representation

My Advent of Code attempts

Awesome Lists containing this project

README

        

This is just a place to store my attempts of the [Advent of Code] programming puzzles as I work through them.

Puzzles can be tested using `npm start`:

```shell
npm start -- year24/day01/part2.ts
```

Puzzle text and input files have been omitted from this repository to respect the [redistribution wishes] of the
project, but can be found on the [Advent of Code] website.

Before testing, copy the example input from the puzzle text to a file called `example.txt` in the same directory as the
puzzle code, and download the provided `input.txt` file to the same directory.

[Advent of Code]: https://adventofcode.com/

[redistribution wishes]: https://adventofcode.com/2024/about