Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alisaifee/aoc2022

Solutions to Advent of Code 2022
https://github.com/alisaifee/aoc2022

advent-of-code-2022 advent-of-code-2022-bash

Last synced: about 2 months ago
JSON representation

Solutions to Advent of Code 2022

Awesome Lists containing this project

README

        

# Advent of Code 2022

Really bad solutions!

The objectives are:
- Use only bash (`>=4` acceptable for access to associative arrays) and if necessary common gnu coreutils
- `awk` is no longer allowed (though I did use it initially to sum lines)
- Performance is not a goal
- Learn something