aboutsummaryrefslogtreecommitdiff
path: root/samples/powershell/hello.ps1
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-06-22 10:09:24 -0500
committerJoshua Peek <josh@joshpeek.com>2012-06-22 10:09:24 -0500
commit5521dd08a062f39036b045c819201b6235fb32f8 (patch)
treee3085d9a7a58f084eabefc19987f3acb029d03ac /samples/powershell/hello.ps1
parentb571c47a1c61394d371dcd4b8d2165b4e16f4e84 (diff)
Move test fixtures to samples/
Diffstat (limited to 'samples/powershell/hello.ps1')
-rw-r--r--samples/powershell/hello.ps12
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