https://github.com/nuclearredeye/adventofcode2024
https://github.com/nuclearredeye/adventofcode2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuclearredeye/adventofcode2024
- Owner: NuclearRedeye
- License: mit
- Created: 2024-12-02T14:53:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T15:04:57.000Z (over 1 year ago)
- Last Synced: 2025-02-01T07:44:50.653Z (over 1 year ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024
My solutions for the [Advent of Code 2024](https://adventofcode.com/2024) programming puzzles.
## Prerequisites
* You have a Linux, OSX or Windows machine.
* You have installed version 22.x or greater of [Node.js](https://nodejs.org/en/).
## Quick Start
You can run all solutions using...
```
make
```
Or, you can run a specific solution using...
```
make day3.ts
```
## License
Licensed under [MIT](https://choosealicense.com/licenses/mit/).