Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 225 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 225 Bytes

Advent Of Code Day 20

Solution for the advent of code puzzle (day 20)

https://adventofcode.com/2021/day/20

This puzzle was great to experiment with go-routines. I used one go-routine per image line to speed up procesing.