aboutsummaryrefslogtreecommitdiff
path: root/src/main.effekt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.effekt')
-rw-r--r--src/main.effekt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.effekt b/src/main.effekt
new file mode 100644
index 0000000..35e7955
--- /dev/null
+++ b/src/main.effekt
@@ -0,0 +1,5 @@
+module main // must be named same as the file!
+
+import src/lib
+
+def main(): Unit = println(helloWorld()) \ No newline at end of file