Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.