summaryrefslogtreecommitdiff
path: root/tests/examplefiles/hello.golo
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/hello.golo')
-rw-r--r--tests/examplefiles/hello.golo5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/examplefiles/hello.golo b/tests/examplefiles/hello.golo
deleted file mode 100644
index 7e8ca214..00000000
--- a/tests/examplefiles/hello.golo
+++ /dev/null
@@ -1,5 +0,0 @@
-module hello.World
-
-function main = |args| {
- println("Hello world!")
-}