Create PowerShell.ps1

PowerShell hello world
This commit is contained in:
Ryan Yates
2015-11-27 03:40:18 +00:00
parent 3fa7c46d11
commit fa057cd2bd

1
powershell.ps1 Normal file
View File

@@ -0,0 +1 @@
Write-Output 'Hello World'