Example #1
0
 public static string Print(this Guess g)
 {
     return($"{g.Cell}:{g.Value}");
 }