Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tichau/advent-of-code-2024


https://github.com/tichau/advent-of-code-2024

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2024

[Advent of code puzzles](https://adventofcode.com/2024).

## Usage

```
dotnet run [day] [input-file-name]`
```

To solve the puzzle of a specific day, just run the program with the number of the day as argument. You can also specify a specific input file. By default the program will solve the puzzle of the current day with its associated data.