module Main where
import Affection
-- internal imports
import Types
main :: IO ()
main = putStrLn "Hello, Haskell!"