Skip to main content

Search

Items tagged with: AdventOfCode


I just completed "No Space Left On Device" - Day 7 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/7 - this assignment was the perfect opportunity to make use of the wonderful `peg` parsing library https://crates.io/crates/peg


I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022. The task was really easy for me and I found the solution quickly, so as an additional challenge I started using #HelixEditor instead of #NeoVim. I need to relearn some basic shortcuts that I've known for years in NeoVim, but I like Helix it so far. #AdventOfCode https://adventofcode.com/2022/day/6 https://salsa.debian.org/silwol/aoc2022/-/blob/main/aoc06/src/main.rs #RustLang


Want to read other #rustlang #adventofcode solutions? Here is a list of repos https://github.com/ozten/adventofcode22#rustacean-including links from @briandorsey@rosalita and @silwol


#RustLang is magic! You know how I found out? I successfully finished today's #AdventOfCode challenge before I even had ☕.


In line with a lot of the folks I know, I'll be trying to do #adventofcode in #Rust this year. I SUCK at Rust, so it's gonna be fun 😀

Would anybody be interested in the occasional livestream here and there or in a repo with solutions?


Wrote up my notes from day 2 of #adventofcode 2022 solutions in #rust. It was a fairly straightforward puzzle, and I faced no blockers this time!

https://github.com/ajnsit/aoc2022/blob/main/day2/notes.md


I just completed "Rock Paper Scissors" - Day 2 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/2 - a bit more verbose than yesterday's solution, but hopefully easily understandable https://salsa.debian.org/silwol/aoc2022/-/blob/main/aoc02/src/main.rs