From 9866ddf78b09d689df973e972fce911ae5e6e594 Mon Sep 17 00:00:00 2001 From: cbrand Date: Sat, 18 Mar 2023 11:55:19 -0700 Subject: [PATCH] Update 'hello.ps1' --- hello.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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