{-# LANGUAGE NoImplicitPrelude #-}

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

import Alpha

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