6 lines
118 B
PowerShell
6 lines
118 B
PowerShell
# This is a command
|
|
|
|
Write-Host "hello world"
|
|
|
|
$FavSystem = Read-Host -Prompt "What is your favorite Nintendo system"
|