summaryrefslogtreecommitdiff
path: root/Biz/Bild/Example.hs
blob: 87472bb76b96e8d76a42b8bdae615a546571ded7 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE NoImplicitPrelude #-}

-- : out example
module Biz.Bild.Example where

import Alpha

main :: IO ()
main = putStrLn "Hello world"