mirror of
https://github.com/cirosantilli/china-dictatorship.git
synced 2026-05-26 15:47:33 +00:00
6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
module Main where
|
|
|
|
import Debug.Trace
|
|
|
|
main = trace "Hello World"
|