summary refs log tree commit diff
path: root/Main.lean
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2024-03-15 17:20:40 +0200
committertzlil <tzlils@protonmail.com>2024-03-15 17:20:40 +0200
commit98eb18bc338c7292d58404f81b86cbc0fcc11c51 (patch)
tree6c18fbc674dbc9950e886e7aaea09f8bb5ce748c /Main.lean
cool stuff
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}!"