diff options
Diffstat (limited to 'test/hello.awk')
-rw-r--r-- | test/hello.awk | 3 |
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" +} |