Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alisaifee/aoc2022
- Owner: alisaifee
- Created: 2022-12-04T01:48:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T01:23:42.000Z (about 2 years ago)
- Last Synced: 2024-10-12T10:14:34.393Z (3 months ago)
- Topics: advent-of-code-2022, advent-of-code-2022-bash
- Language: Shell
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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