Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancergraham/advent_of_code_2022
Rust and Python solutions to the problems at adventofcode.com
https://github.com/dancergraham/advent_of_code_2022
advent-of-code-2022 rust
Last synced: 1 day ago
JSON representation
Rust and Python solutions to the problems at adventofcode.com
- Host: GitHub
- URL: https://github.com/dancergraham/advent_of_code_2022
- Owner: dancergraham
- License: mit
- Created: 2022-12-02T16:22:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T18:13:51.000Z (over 1 year ago)
- Last Synced: 2023-03-06T04:23:54.215Z (over 1 year ago)
- Topics: advent-of-code-2022, rust
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022 🦀🐍
Rust and Python solutions to the problems at www.adventofcode.com
I'm using this year's challenges to learn some more rust,
switching to mostly python after the first week
to save my brain from melting.I have started working my way through the [Rust Book](https://doc.rust-lang.org/stable/book/),
refactoring my solutions to use features as I learn them.