Skip to content

ThomasFrans/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2022

All my solutions for Advent of Code 2022 in Rust. For this AOC, I focussed on using more iterators since they are preferred over for loops in idiomatic Rust, and I rarely use them for anything more than basic tasks.