5 lines
82 B
PowerShell
5 lines
82 B
PowerShell
# This is a command
|
|
|
|
Write-Host "hello world" -NoNewline
|
|
Write-Host "hello world"
|