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
- Host: GitHub
- URL: https://github.com/thor77/adventofcode2021
- Owner: Thor77
- Created: 2021-12-01T15:46:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T20:03:42.000Z (over 4 years ago)
- Last Synced: 2025-10-03T18:53:36.188Z (8 months ago)
- Language: Awk
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```