From 31b0a300c535f5a0ff266dda69806f2b8d76dd67 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 29 Feb 2020 12:00:48 +0100 Subject: Initial commit --- main.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 main.hs (limited to 'main.hs') diff --git a/main.hs b/main.hs new file mode 100644 index 0000000..e49065a --- /dev/null +++ b/main.hs @@ -0,0 +1,2 @@ +main = do + putStr "HelloWorld" -- cgit