Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 309 Bytes

adevent-of-code-2021

Day 1

The ask is to do a if(A[i] > A[i-1]) check on both the input array and the sliding windowed sum (n=3) of the input array. Instructions to run:

  • git clone https://github.com/dblclik/advent-of-code-2021
  • cd advent-of-code-2021
  • go build .
  • ./advent-of-code-2021 1