diff --git a/hello.ps1 b/hello.ps1 index 511f1e6..fa12d39 100644 --- a/hello.ps1 +++ b/hello.ps1 @@ -1 +1,4 @@ -Write-Host "Hello World" \ No newline at end of file +Write-Host "Hello Ashton!" + +$sum = 1+1 +Write-Output $sum \ No newline at end of file