RosettaCodeData/Task/Longest-common-substring/Factor/longest-common-substring.factor

4 lines
85 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: io sequences.extras ;
"thisisatest" "testing123testing" longest-subseq print