Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tichau/advent-of-code-2024
https://github.com/tichau/advent-of-code-2024
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tichau/advent-of-code-2024
- Owner: Tichau
- Created: 2024-12-02T00:13:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T00:17:07.000Z (about 2 months ago)
- Last Synced: 2024-12-03T01:21:56.206Z (about 2 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.