RosettaCodeData/Task/Longest-common-subsequence/PowerShell/longest-common-subsequence-2.ps1
2026-04-30 12:34:36 -04:00

1 line
88 B
PowerShell

(Get-Lcs -ReferenceObject "thisisatest" -DifferenceObject "testing123testing") -join ""