Files
Powershell-Training/1-first_script.ps1
2026-01-04 09:16:50 +01:00

6 lines
118 B
PowerShell

# This is a command
Write-Host "hello world"
$FavSystem = Read-Host -Prompt "What is your favorite Nintendo system"