Skip to content

Commit bdcbf15

Browse files
committed
fix dir
1 parent 84e03d3 commit bdcbf15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/MajorityElement_module.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Import the module
2-
Import-Module -Name ./MajorityElement.psm1
2+
# Import-Module -Name ./MajorityElement.psm1
3+
Import-Module -Name ./scripts/MajorityElement.psm1
34

45
# Example arrays
56
$arr1 = @(2, 2, 1, 1, 1, 2, 2)

0 commit comments

Comments
 (0)