Funny that <@U3HLSKE8L> <@U84TAH5SB> and me used ...
# advent-of-code
h
Funny that @adam-mcneilly @Jan Vomlel and me used the same ugly char to int conversion. I was tricked by
toInt
initially, but learnt my lesson quickly.
j
+1 here doing
char.toInt
before
Integer.parseInt(char)
😞
h
Still way better than my
foo - '0'
.