Playing with module imports

This commit is contained in:
2024-07-17 10:59:57 -05:00
commit 54122e079b

5
HelperFunctions/test.ps1 Normal file
View File

@@ -0,0 +1,5 @@
# Testing to see if a function can be imported via URL
function Show-ThisWorks {
Write-Host "This works!"
}