3 lines
85 B
Factor
3 lines
85 B
Factor
USING: io sequences.extras ;
|
|
|
|
"thisisatest" "testing123testing" longest-subseq print
|