summaryrefslogtreecommitdiff
path: root/src/Main.hs
blob: 6a8ebb39afe1e0cf5d2b17db4a1c501ab6c7066e (plain)
1
2
3
4
5
-- This is the default main
module Main where

main = do
    print "Just a test"