aboutsummaryrefslogtreecommitdiffstats
path: root/test/hello.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.awk')
-rw-r--r--test/hello.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hello.awk b/test/hello.awk
new file mode 100644
index 00000000..9e6d569d
--- /dev/null
+++ b/test/hello.awk
@@ -0,0 +1,3 @@
+BEGIN {
+ print "Hello"
+}