Files
linguist/samples/PowerShell/hello.psm1
2012-07-23 15:52:49 -05:00

5 lines
80 B
PowerShell

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