2 lines
71 B
Common Lisp
2 lines
71 B
Common Lisp
: (longestCommonSubstring "thisisatest" "testing123testing")
|
|
-> "test"
|
: (longestCommonSubstring "thisisatest" "testing123testing")
|
|
-> "test"
|