about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/two-libs/Main.hs
blob: 99ce449a5281faac74c312d5ab949d0b2d3f751f (plain) (blame)
1
2
3
4
5
6
module Main where

import Two (two)

main :: IO ()
main = putStrLn ("Two: " ++ show two)