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

https://github.com/thor77/adventofcode2021

Solutions for AdventOfCode 2021
https://github.com/thor77/adventofcode2021

Last synced: 4 months ago
JSON representation

Solutions for AdventOfCode 2021

Awesome Lists containing this project

README

          

# Advent of Code 2021
My solutions for [AdventOfCode 2021](http://adventofcode.com/2021)

## Usage
```
awk -f $script inputs/$day

# or using the included script
./run.sh $day
```