From 8b6f3f2aff4b3dc72101a36c352887652b57e5a2 Mon Sep 17 00:00:00 2001 From: Martijn Diersmann Date: Tue, 2 Jun 2026 16:55:48 +0200 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..5a32fe7 --- /dev/null +++ b/hello.ps1 @@ -0,0 +1 @@ +Write-Host 'Hello, World!' \ No newline at end of file