From 57ac4ed99626f7b9c1793bbaee16cf4bda9d9e25 Mon Sep 17 00:00:00 2001 From: cbrand Date: Sat, 18 Mar 2023 11:47:43 -0700 Subject: [PATCH] Add 'hello.ps1' --- hello.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.ps1 diff --git a/hello.ps1 b/hello.ps1 new file mode 100644 index 0000000..511f1e6 --- /dev/null +++ b/hello.ps1 @@ -0,0 +1 @@ +Write-Host "Hello World" \ No newline at end of file