Skip to content

dblclik/advent-of-code-2021

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages