Files
linguist/samples/powershell/hello.psm1
2012-06-22 10:09:24 -05:00

5 lines
80 B
PowerShell

# Hello World powershell module
function hello() {
Write-Host 'Hello World'
}