commit 8b6f3f2aff4b3dc72101a36c352887652b57e5a2 Author: Martijn Diersmann Date: Tue Jun 2 16:55:48 2026 +0200 Add 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