gocd/hello.ps1

4 lines
56 B
PowerShell
Raw Normal View History

2023-03-18 11:55:19 -07:00
Write-Host "Hello Ashton!"
$sum = 1+1
Write-Output $sum