summaryrefslogtreecommitdiff
path: root/howlers/src/hello.jac
diff options
context:
space:
mode:
Diffstat (limited to 'howlers/src/hello.jac')
-rw-r--r--howlers/src/hello.jac3
1 files changed, 3 insertions, 0 deletions
diff --git a/howlers/src/hello.jac b/howlers/src/hello.jac
new file mode 100644
index 0000000..2d18e52
--- /dev/null
+++ b/howlers/src/hello.jac
@@ -0,0 +1,3 @@
+with entry {
+ print("Hello, World!");
+}