Skip to content

Latest commit

 

History

History

part2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2022 - Day 10 Part 2

What eight capital letters appear on your CRT?

Setup

Same.

Implementation

  • switch signals for lines
  • check each cycle, build line by drawing pixels
  • make sure the "index" was correct (Integer.mod(cycle - 1, 40))

Running

mix run

Testing

mix test