6 lines
66 B
Plaintext
Raw Normal View History

2015-07-03 01:18:05 +03:00
module Main where
import Debug.Trace
main = trace "Hello World"