RosettaCodeData/Task/Longest-common-substring/Factor/longest-common-substring.factor
2023-07-01 13:44:08 -04:00

3 lines
85 B
Factor

USING: io sequences.extras ;
"thisisatest" "testing123testing" longest-subseq print