This commit is contained in:
2020-09-07 12:47:36 -04:00
parent 220230ee50
commit 6181ff2f3b
2 changed files with 32 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Function hw
{
Write-Output "Hello world!"
}
Export-ModuleMember -Function hw