Added result of Problem 2

This commit is contained in:
2020-08-23 03:00:42 -04:00
parent 1cb9df9ddc
commit 709fc34c81

View File

@@ -74,3 +74,8 @@ namespace ProjectEulerCS{
}
}
}
/* Results:
The sum of all even fibonacci numbers <= 3999999 is 4613732
It took an average of 539.165 microseconds to run this problem through 100 iterations
*/