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, 0 insertions, 3 deletions
diff --git a/howlers/src/hello.jac b/howlers/src/hello.jac
deleted file mode 100644
index 2d18e52..0000000
--- a/howlers/src/hello.jac
+++ /dev/null
@@ -1,3 +0,0 @@
-with entry {
- print("Hello, World!");
-}