Module aoc_2022::day2::round

source ·
Expand description

Defines a Round to play RPS in.

This is defined as player1 vs player2 = Round(p1, p2)

Structs

  • The structure to house a Round of RPS.