https://github.com/thblt/aoc2021
Solutions for Advent of Code 2021
https://github.com/thblt/aoc2021
Last synced: 8 months ago
JSON representation
Solutions for Advent of Code 2021
- Host: GitHub
- URL: https://github.com/thblt/aoc2021
- Owner: thblt
- Created: 2021-12-02T08:31:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T15:52:01.000Z (over 1 year ago)
- Last Synced: 2025-07-18T17:23:11.800Z (11 months ago)
- Language: Rust
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Advent of Code 2021
My solutions, mostly in Rust (in =raoc2021=). Also bits of Racket and Haskell.
# All programs read their input from stdin. Spoilers
# ahead, obviously. The Haskell version is the most complete, there are
# bits of Racket as well, bits of Rust may appear at some point.