Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sheabunge/adventofcode
- Owner: sheabunge
- Created: 2021-12-14T04:42:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T03:13:48.000Z (about 2 months ago)
- Last Synced: 2024-12-03T04:19:54.491Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2024, adventofcode
- Language: TypeScript
- Homepage: https://adventofcode.com
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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