Skip to content

Commit 43b51fa

Browse files
committed
Update
1 parent ffd8555 commit 43b51fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

038.fut

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ def ispd(n: i32) =
55
let l[num % 10] = 1 in (l, num / 10)
66
in if map2 (==) i2l pd19 |> and then 100002 * n else 0
77

8-
def euler038 = (9123...9876) |> map ispd |> i32.maximum
8+
def euler038 = (9234...9487) |> map ispd |> i32.maximum
99

1010
def main = euler038

0 commit comments

Comments
 (0)