Files
linguist/test/fixtures/powershell/hello.psm1
2012-06-07 12:17:24 -05:00

5 lines
80 B
PowerShell

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