aboutsummaryrefslogtreecommitdiff
path: root/example-project/src/main/frege/ch/fhnw/thga/Hello2.fr
blob: b7e676092759c61a52a3385417bdd370b0002633 (plain)
1
2
3
4
module ch.fhnw.thga.Hello2 where

main args = do
    putStrLn "Hello from File 2"