We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e03d3 commit bdcbf15Copy full SHA for bdcbf15
scripts/MajorityElement_module.ps1
@@ -1,5 +1,6 @@
1
# Import the module
2
-Import-Module -Name ./MajorityElement.psm1
+# Import-Module -Name ./MajorityElement.psm1
3
+Import-Module -Name ./scripts/MajorityElement.psm1
4
5
# Example arrays
6
$arr1 = @(2, 2, 1, 1, 1, 2, 2)
0 commit comments