summaryrefslogtreecommitdiff
path: root/hello.idr
diff options
context:
space:
mode:
Diffstat (limited to 'hello.idr')
-rw-r--r--hello.idr4
1 files changed, 4 insertions, 0 deletions
diff --git a/hello.idr b/hello.idr
new file mode 100644
index 0000000..bf732c8
--- /dev/null
+++ b/hello.idr
@@ -0,0 +1,4 @@
+module Main
+
+main : IO ()
+main = putStrLn "Hello, World!"