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

3 lines
53 B
Factor
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
USE: lcs
"thisisatest" "testing123testing" lcs print