コード例 #1
0
ファイル: Extensions.cs プロジェクト: neoxai/Sudoku-solver
 public static string Print(this Guess g)
 {
     return($"{g.Cell}:{g.Value}");
 }