restructuration of the files

This commit is contained in:
2026-01-04 09:24:33 +01:00
parent 243f41f173
commit 0ac9fb2303
9 changed files with 17 additions and 2 deletions

9
1.Basic/2.Read_Host.ps1 Normal file
View File

@@ -0,0 +1,9 @@
Write-Host "What is your favorite system ?"
Write-Host "1. NES"
Write-Host "2. SNES"
Write-Host "3. N64"
Write-Host "4. Gamecube"
Write-Host "5. Wii"
Write-Host "6. Wii U"
Write-Host "7. Switch"
$FavSystem = Read-Host -Prompt "Select One [1 . 6]"