From 3e09eb4543fb3c52ea1609f00a24928c252d4f95 Mon Sep 17 00:00:00 2001 From: Aslan Imanalin Date: Thu, 1 Oct 2020 03:57:52 +0300 Subject: [PATCH] Update Powershell (#797) --- p/powershell.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/powershell.ps1 b/p/powershell.ps1 index 0dcf78b2..90c127bf 100755 --- a/p/powershell.ps1 +++ b/p/powershell.ps1 @@ -1 +1 @@ -'Hello World' +Write-Host 'Hello World'