DEV Community

Discussion on: DAY 6 - Advent of Code 2020 w/ GoLang

Collapse
 
kais_blog profile image
Kai

Nice! I've also used bitmasks for my "overengineered" solution. However, in TypeScript it was way easier if you don't use them. So, I didn't use bitmasks for my tutorial series.

Collapse
 
dizveloper profile image
Edvin

The tutorial is very thorough. Nice work!