7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
|
module Test.Main where
|
||
|
|
||
|
import Prelude
|
||
|
|
||
|
main :: Unit
|
||
|
main = unit
|