Low Orbit Flux Logo 2 F

PowerShell - Hello World

This is the PowerShell Hellow World program.

hello.ps1
write-host "Hello World!"

You can run it like this:


.\hello.ps1