Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreavitali/adventofcode
My adventofcode.com repo with solutions
https://github.com/andreavitali/adventofcode
Last synced: 19 days ago
JSON representation
My adventofcode.com repo with solutions
- Host: GitHub
- URL: https://github.com/andreavitali/adventofcode
- Owner: andreavitali
- Created: 2024-01-01T14:22:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T15:30:18.000Z (about 1 year ago)
- Last Synced: 2024-11-02T17:12:35.493Z (3 months ago)
- Language: C#
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
My solutions for [Advent of Code](https://adventofcode.com/).
---
To run the project:
```
# Solve all days
dotnet run
# Solve Day 1
dotnet run 1
# Solve Day 1 with sample (input_sample.txt) input
dotnet run 1 sample
```