Skip to content

markokristian/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2022

learning rust with advent of code

learnings

  • rust likes safety
  • could not resist the temptation to solve day2 with python first, which I found as a more pleasant method of learning
  • the type safety drives me nuts when reading/parsing files, I want to make aggressive assumptions, but not sure how I can tell rust to help me with that
  • after some internal debate I concluded I am innit more for the points/challenge/puzzle coziness than learning a (great) language like rust at the moment
  • for a fantastic intro to rust with aoc see: https://fasterthanli.me/series/advent-of-code-2022

About

learning rust with advent of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published