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