6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
module Main where
|
|
|
|
import Debug.Trace
|
|
|
|
main = trace "Hello World"
|