From 55e434cd3b32891c4ea7a3b85e2ec78d2f44d8c4 Mon Sep 17 00:00:00 2001 From: Exide Date: Sun, 23 Mar 2025 19:10:59 +0300 Subject: [PATCH] Initial commit --- start.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 start.ps1 diff --git a/start.ps1 b/start.ps1 new file mode 100644 index 0000000..15d58f4 --- /dev/null +++ b/start.ps1 @@ -0,0 +1 @@ +Write-Host "Hello world"