https://github.com/davidcelis/advent-of-code-2017
My rusty solutions for 2017's Advent of Code
https://github.com/davidcelis/advent-of-code-2017
Last synced: 2 months ago
JSON representation
My rusty solutions for 2017's Advent of Code
- Host: GitHub
- URL: https://github.com/davidcelis/advent-of-code-2017
- Owner: davidcelis
- Created: 2017-12-07T18:45:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T18:45:23.000Z (over 7 years ago)
- Last Synced: 2025-01-08T05:35:17.050Z (4 months ago)
- Language: Rust
- Homepage: http://adventofcode.com/2017
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2017
These are my solutions for the 2017 edition of [Advent of Code](http://adventofcode.com/2017) as I play with and learn Rust.
Advent of Code is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.