Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 351 Bytes

File metadata and controls

11 lines (5 loc) · 351 Bytes

Advent Of Code 2022 In Scala

☝️ what it says on the tin!

Here I am going to try to solve the AOC2022 problems in Scala using functional programming as much as I can (hence I will be trying to avoid the object oriented part of Scala)

I am a begginer Scala programmer so I am sure that there will be better ways of approaching the problems.