1
0

4 lines
49 B
PowerShell
Raw Normal View History

2019-06-15 15:31:01 -06:00
while ($true) {
Write-Host "e" -NoNewLine;
}