aboutsummaryrefslogtreecommitdiff
path: root/src/main.effekt
diff options
context:
space:
mode:
authorCan2024-12-11 21:46:50 +0100
committerGitHub2024-12-11 21:46:50 +0100
commit0740a71446abe5227ee44b56301806de3c31046d (patch)
tree0d46a4a8d27731f0b6fb6c5921ea01156bbe17b2 /src/main.effekt
Initial commit
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