https://github.com/runfalk/advent-of-code-2021
https://github.com/runfalk/advent-of-code-2021
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runfalk/advent-of-code-2021
- Owner: runfalk
- License: mit
- Created: 2021-11-28T22:45:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T13:27:19.000Z (over 4 years ago)
- Last Synced: 2025-01-19T06:46:39.258Z (over 1 year ago)
- Language: Rust
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Advent of code 2021
===================
These are my solutions for the problems in Advent of Code 2021.
Answers
-------
The input and expected answers for the problems I have solved can be found in
``tests/test_days.rs``.