RosettaCodeData/Task/Longest-common-subsequence/PowerShell/longest-common-subsequence-2.ps1

2 lines
88 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
(Get-Lcs -ReferenceObject "thisisatest" -DifferenceObject "testing123testing") -join ""