Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavkj/advent-of-code
My Advent of Code solutions
https://github.com/gustavkj/advent-of-code
advent-of-code advent-of-code-2017 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 aoc aoc-loader aoc2017 aoc2019 aoc2020 aoc2021 typescript
Last synced: about 3 hours ago
JSON representation
My Advent of Code solutions
- Host: GitHub
- URL: https://github.com/gustavkj/advent-of-code
- Owner: gustavkj
- Created: 2017-12-04T20:09:32.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:55:59.000Z (15 days ago)
- Last Synced: 2024-10-24T21:18:44.255Z (14 days ago)
- Topics: advent-of-code, advent-of-code-2017, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021, aoc, aoc-loader, aoc2017, aoc2019, aoc2020, aoc2021, typescript
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Advent of Code Solutions
In this repository, I store my solutions to the [Advent of Code](https://adventofcode.com/) puzzles. I use TypeScript in my solutions.
To get the input to the puzzles, I use [aoc-loader](https://www.npmjs.com/package/aoc-loader). It's a small package that loads and caches the input from the Advent of Code website.
## Use
To run the solution for a given year and day, type:
```sh
npm start
```