mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-19 04:08:39 +00:00
Add another test and put real-version first (#116)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace HelloWorldApp
|
||||
{
|
||||
int[] array = new[] { 1, 2, 3 };
|
||||
|
||||
if (array.Sum() != 60)
|
||||
if (array.Sum() != 6)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user