7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
module Main where
|
|
|
|
import Prelude
|
|
|
|
main :: Unit
|
|
main = unit
|