https://github.com/opheron/advent-of-code-2015
https://github.com/opheron/advent-of-code-2015
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/opheron/advent-of-code-2015
- Owner: opheron
- Created: 2021-10-25T02:05:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T04:53:29.000Z (over 4 years ago)
- Last Synced: 2025-01-24T02:34:39.839Z (over 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opheron's Advent of Code 2015 solutions
These are solutions to Advent of Code 2015 written in Rust.
Thanks to [https://github.com/gobanos/cargo-aoc](cargo-aoc), which was useful for project setup and structure.