Skip to content

Commit 60cb13f

Browse files
committed
problem 8 solved
1 parent bdec9fc commit 60cb13f

File tree

1 file changed

+1
-1
lines changed
  • ProjectEulerProblems/Problem 8

1 file changed

+1
-1
lines changed

ProjectEulerProblems/Problem 8/Lib.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public static long GreatestProduct(ReadOnlySpan<char> data, int digits) {
3939

4040
return maxProduct;
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)