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

https://github.com/nuclearredeye/adventofcode2024


https://github.com/nuclearredeye/adventofcode2024

Last synced: about 1 year ago
JSON representation

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/).