examples(.net): fix format

This commit is contained in:
Corentin Le Molgat
2023-07-13 14:29:12 +02:00
parent c368a4d9fa
commit 56f69732ed

View File

@@ -48,7 +48,7 @@ public class Issue18
// Console.WriteLine("solution " + globalSum.Var().Value());
if (count > 10)
{
break;
break;
}
}
Console.WriteLine("Solutions: " + count);