We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7353537 commit 84e03d3Copy full SHA for 84e03d3
scripts/MajorityElement_module.ps1
@@ -1,5 +1,5 @@
1
# Import the module
2
-Import-Module -Name .\MajorityElement.psm1
+Import-Module -Name ./MajorityElement.psm1
3
4
# Example arrays
5
$arr1 = @(2, 2, 1, 1, 1, 2, 2)
0 commit comments