Files
linguist/test/fixtures/hello.psm1

5 lines
80 B
PowerShell

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