4 lines
77 B
Haskell
4 lines
77 B
Haskell
module Test (test) where
|
|
|
|
test :: IO ()
|
|
test = putStrLn "haskell_test fired"
|