This commit is contained in:
2020-09-07 13:03:27 -04:00
parent 6181ff2f3b
commit 6a688f3017
+1 -3
View File
@@ -1,6 +1,4 @@
Function hw
{
Write-Output "Hello world!"
}
Export-ModuleMember -Function hw
}