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