asad.awadia
12/05/2019, 7:22 PMkarelpeeters
12/05/2019, 7:46 PMtodd.ginsberg
12/05/2019, 10:56 PMOpcode 3 takes a single integer as input and saves it to the position given by its only parameter. For example, the instruction 3,50 would take an input value and store it at address 50.But what it means is that YOU are providing an input number (an integer, that the puzzle specifies). This is NOT your puzzle input, which is the PROGRAM you ar running.
todd.ginsberg
12/05/2019, 10:56 PMtodd.ginsberg
12/05/2019, 10:57 PM1
in part 1, and something else in part 2. It's how the puzzle author triggers different parts of the program (your puzzle txt input) to run without having to provide two text files.todd.ginsberg
12/05/2019, 10:57 PM