Skip to content

dacr/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADVENT OF CODE 2021

My solutions using scala3, using some personal coding constraints :

  • no variables (only values)
  • no loops
  • no mutations
  • only tail recursive functions when recursivity is needed

Unit tests using ZIO-test.

Releases

No releases published

Packages

 
 
 

Languages