Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kavun/advent-of-code-2023


https://github.com/kavun/advent-of-code-2023

advent-of-code advent-of-code-2023 csharp

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# advent-of-code-2023

```powershell
./local.ps1 run
./local.ps1 test
```

To only run specific day(s) pass them as arguments:

```powershell
./local.ps1 run 05 06
```

## Notes

### Day 05

I copied (cheated from) [this solution](https://www.reddit.com/r/adventofcode/comments/18b4b0r/comment/kc2mp9g/?utm_source=share&utm_medium=web2x&context=3).

### Day 10

I copied (cheated from) [this solution](https://www.reddit.com/r/adventofcode/comments/18evyu9/comment/keaz25j/?utm_source=share&utm_medium=web2x&context=3).

Also, the [maze output](/src/AOC23Console/Day10/README.md) is pretty.