AOC2022/rust/2/sampleinput.txt
2022-12-02 21:49:21 +00:00

12 lines
350 B
Plaintext

A X draw = 1 + 3 = 4. Also my parsing just takes the 1st and 3rd characters of
the lines so I can type anything else after that and it'll work as an input
file kek
A Y win = 2 + 6 = 8
A Z loss = 3 + 0 = 3 <- not 9
B X loss = 1 + 0 = 1
B Y draw = 2 + 3 = 5
B Z win = 3 + 6 = 9
C X win = 1 + 6 = 7 <- not 1
C Y loss = 2 + 0 = 2
C Z draw = 3 + 3 = 6