Cleanup example/dotnet/csharp/a_puzzle.cs

This commit is contained in:
Corentin Le Molgat
2018-08-10 09:03:16 +02:00
parent ed47e1f70d
commit 242a7714af

View File

@@ -236,7 +236,6 @@ public class APuzzle
solver.NewSearch(db);
int c = 0;
while (solver.NextSolution()) {
Console.Write("x: {0} x0..x9: ", x.Value());
for(int i = 0; i < n; i++) {