Add another test and put real-version first (#116)

This commit is contained in:
Patrick Stevens
2025-08-24 20:38:43 +01:00
committed by GitHub
parent 91aff34d1e
commit 4de0dbd816
4 changed files with 287 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ namespace HelloWorldApp
{
int[] array = new[] { 1, 2, 3 };
if (array.Sum() != 60)
if (array.Sum() != 6)
{
return 1;
}