7 lines
77 B
Haskell
7 lines
77 B
Haskell
module Main (main) where
|
|
|
|
import Loud ( write )
|
|
|
|
main :: IO Int
|
|
main = write
|