1
0

4 lines
49 B
PowerShell

while ($true) {
Write-Host "e" -NoNewLine;
}