Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whatyouhide/advent_of_code_2022
Solutions to Advent of Code 2022, in Rust. 🦀
https://github.com/whatyouhide/advent_of_code_2022
advent-of-code advent-of-code-2022 learn-in-public rust rust-lang
Last synced: 25 days ago
JSON representation
Solutions to Advent of Code 2022, in Rust. 🦀
- Host: GitHub
- URL: https://github.com/whatyouhide/advent_of_code_2022
- Owner: whatyouhide
- Created: 2022-12-08T16:48:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T10:07:20.000Z (almost 2 years ago)
- Last Synced: 2024-05-09T10:49:41.660Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2022, learn-in-public, rust, rust-lang
- Language: Rust
- Homepage: https://adventofcode.com
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
![cover-image](https://user-images.githubusercontent.com/3890250/206675599-0900e443-8fb4-46d8-8c2d-95b8a99cfe46.png)
I mostly write Elixir at this point in my career. I'm doing [Advent of
Code][aoc] this year to learn a bit of [Rust][rust].I'm live-documenting my journey [on my website][aoc-post], but this repo
contains all the final code for the puzzle solutions.[aoc]: https://adventofcode.com
[aoc-post]: https://andrealeopardi.com/posts/advent-of-code-2022/
[rust]: https://www.rust-lang.org