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

3 lines
53 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USE: lcs
"thisisatest" "testing123testing" lcs print