initial
This commit is contained in:
commit
baa0056244
352 changed files with 47928 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
$i = 1
|
||||
|
||||
while ($i -le 500000)
|
||||
{
|
||||
$str = "Output $i"
|
||||
Write-Host $str
|
||||
$i = $i + 1
|
||||
}
|
||||
|
||||
Write-Host "Done!"
|
||||
Get-Date
|
||||
Get-Host
|
||||
Loading…
Add table
Add a link
Reference in a new issue