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

https://github.com/tpetrina/adventofcode

Solutions for the https://adventofcode.com
https://github.com/tpetrina/adventofcode

adventofcode adventofcode2021

Last synced: about 2 months ago
JSON representation

Solutions for the https://adventofcode.com

Awesome Lists containing this project

README

          

# Advent of Code solutions

This repository contains solutions for 2021 [Advent of Code](https://adventofcode.com) challenges.

## Running the solutions

### `csx` files

Install [dotnet script](https://github.com/filipw/dotnet-script) as a global .NET tool. .NET (Core or >=5) is also required.

Run code from terminal with `dotnet script day$DAY.csx`.