nix-development-configs/haskell-clash/Main.hs
harris-chris 35b90044df Add clash
2022-03-18 11:21:33 +09:00

7 lines
149 B
Haskell

module Main where
import HaskellSay (haskellSay)
main :: IO ()
main =
haskellSay "Hello, Haskell! You're using a function from another package!"