Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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#

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