Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instantiator/2023-advent-of-code
Advent of Code solutions for 2023, in C#
https://github.com/instantiator/2023-advent-of-code
advent-of-code advent-of-code-2023 advent-of-code-2023-csharp
Last synced: about 16 hours ago
JSON representation
Advent of Code solutions for 2023, in C#
- Host: GitHub
- URL: https://github.com/instantiator/2023-advent-of-code
- Owner: instantiator
- Created: 2023-11-30T10:29:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T12:21:03.000Z (about 1 year ago)
- Last Synced: 2023-12-06T23:30:33.791Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-csharp
- Language: C#
- Homepage: https://instantiator.dev
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
## Prerequisites
- [DotNet runtime](https://dotnet.microsoft.com/en-us/download)
- A `bash` terminal## Solutions
To run a solution:
```bash
./solve.sh Data/
```eg.
```bash
./solve.sh 1 1 Data/01-input.txt
```