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