X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=adventofcode1702%2Fsrc%2FMain.hs;fp=adventofcode1702%2Fsrc%2FMain.hs;h=9cd992d9e534e0cdc3a43c26c085b567730e89dc;hb=bb4e947b1e698e036b6b5462b7c0d22d091014fd;hp=0000000000000000000000000000000000000000;hpb=1c73a76288c91ef6b410b2034bc324b60eb9a827;p=advent-of-code-17.git diff --git a/adventofcode1702/src/Main.hs b/adventofcode1702/src/Main.hs new file mode 100644 index 0000000..9cd992d --- /dev/null +++ b/adventofcode1702/src/Main.hs @@ -0,0 +1,5 @@ +module Main where + +main :: IO () +main = do + putStrLn "hello world"