NGG>main = print "Петя" NGG>
module Main where import Codec.Binary.UTF8.String (utf8Encode) main = putStrLn $ utf8Encode "здравствуй мир!"