Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potatomaster101/aoc2023
Advent of Code 2023 solutions in C#
https://github.com/potatomaster101/aoc2023
advent-of-code csharp dotnet
Last synced: 27 days ago
JSON representation
Advent of Code 2023 solutions in C#
- Host: GitHub
- URL: https://github.com/potatomaster101/aoc2023
- Owner: PotatoMaster101
- License: mit
- Created: 2023-12-01T12:11:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T08:08:14.000Z (about 1 year ago)
- Last Synced: 2024-11-08T16:29:40.797Z (3 months ago)
- Topics: advent-of-code, csharp, dotnet
- Language: C#
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AoC 2023
[Advent of Code 2023](https://adventofcode.com/2023) solutions in C#.## Running
```
dotnet run -c Release --project
```