Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 427 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 427 Bytes

My solutions to Advent of Code.

Rust

I mainly use rust for my solutions. For an extra added challenge and to keep things interesting, I attempt to solve all of the problems fully at compile time (or, at the very least, fully within const fns even if compile time takes too long).

Haskell

I have attempted a few days from 2022 in haskell in an attempt to learn the language. I prefer rust.