website

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

2 (305B)


      1 Day 2 of Advent of Code 2021!!
      2 
      3 This day was really easy wow
      4 
      5 Problem 3
      6 
      7 You read the first character of the word in order to find which direction, then
      8 skip to the space and read the number. Thats the most complicated part really.
      9 
     10 Problem 4
     11 
     12 Copy problem 3 code but slightly modify it and you are done.