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

2 lines
52 B
PowerShell

# Hello world in powershell
Write-Host 'Hello World'