Files
7-Modern-Languages-in-7-Wee…/week 1/day 4/test.ps1
2026-01-22 07:31:44 +01:00

5 lines
114 B
PowerShell

# a little script to test if powershell work with my machine
Write-Host("hello from powershell");
# ! it work :)