3 строки
109 B
PowerShell
3 строки
109 B
PowerShell
|
Set-Content -Path (Join-Path $PSScriptRoot "HelloWorld.txt") -Value "Hello World"
|
||
|
Write-Host "Hello World"
|