4 lines
49 B
PowerShell
4 lines
49 B
PowerShell
|
while ($true) {
|
||
|
Write-Host "e" -NoNewLine;
|
||
|
}
|