website

The source code for https://bpaul.xyz
Log | Files | Refs

1 (299B)


      1 Day 1 of Advent of Code 2021!!
      2 
      3 https://adventofcode.com/2021/day/1
      4 
      5 Problem 1
      6 
      7 This problem wasn't very hard.
      8 
      9 Problem 2
     10 
     11 I did something weird where i store 3 numbers in an array
     12 
     13 array[0], array[1], array[2]
     14 
     15 and when I would have a pointer saying which item in the array should be changed
     16 next.