Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created May 1, 2012 10:37
Show Gist options
  • Save JakubOboza/2567091 to your computer and use it in GitHub Desktop.
Save JakubOboza/2567091 to your computer and use it in GitHub Desktop.
haskell utf-8 data.text example :)
import Data.Text as Text
main = do
input <- getLine
let lol = Text.pack input in
putStrLn $ Text.unpack lol
putStrLn "Kuba!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment