diff --git a/powershell/UniqueArray.ps1 b/powershell/unique/Kmek_UniqueArray.ps1 similarity index 86% rename from powershell/UniqueArray.ps1 rename to powershell/unique/Kmek_UniqueArray.ps1 index faa7fdfb..4a6217b7 100644 --- a/powershell/UniqueArray.ps1 +++ b/powershell/unique/Kmek_UniqueArray.ps1 @@ -4,4 +4,4 @@ Write-Host $array $array = $array | Select-Object -Unique # The sorting one-liner -Write-Host $array \ No newline at end of file +Write-Host $array