6 lines
87 B
Haskell
6 lines
87 B
Haskell
module Main where
|
|
|
|
import Data.List ()
|
|
import Language.Haskell.TH ()
|
|
|
|
main = return ()
|