snix/third_party/bazel/rules_haskell/tests/two-libs/Main.hs

6 lines
89 B
Haskell

module Main where
import Two (two)
main :: IO ()
main = putStrLn ("Two: " ++ show two)