Files
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 :)