summary refs log tree commit diff
path: root/Main.lean
diff options
context:
space:
mode:
Diffstat (limited to 'Main.lean')
-rw-r--r--Main.lean4
1 files changed, 4 insertions, 0 deletions
diff --git a/Main.lean b/Main.lean
new file mode 100644
index 0000000..bcfff43
--- /dev/null
+++ b/Main.lean
@@ -0,0 +1,4 @@
+import «Bananas»
+
+def main : IO Unit :=
+  IO.println s!"Hello, {hello}!"