Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```