diff options
Diffstat (limited to 'samples/powershell/hello.ps1')
| -rw-r--r-- | samples/powershell/hello.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/powershell/hello.ps1 b/samples/powershell/hello.ps1 new file mode 100644 index 0000000..eca1e76 --- /dev/null +++ b/samples/powershell/hello.ps1 @@ -0,0 +1,2 @@ +# Hello world in powershell +Write-Host 'Hello World'
\ No newline at end of file |
