ToniTann

Results 1 comments of ToniTann

Stumbled into the same error in below fn getMoveScore(move: Move) i8 { const result = switch (move) { .rock => 1, .paper => 2, .scissors => 3, }; return result;...