]> gitweb.michael.orlitzky.com - dead/harbl.git/blob - src/Main.hs
Enable `make test` target.
[dead/harbl.git] / src / Main.hs
1 module Main
2 where
3
4 import IPv4Pattern
5
6 main :: IO ()
7 main = do
8 putStrLn "Hello, world!"