7 lines
66 B
Haskell
7 lines
66 B
Haskell
module Main where
|
|
|
|
import Pattern
|
|
|
|
main :: IO ()
|
|
main = return ()
|