summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pygmentex/pygmentex_demo.hs
blob: b784c890a5c6c72eae82253d14d39301635a996d (plain)
1
2
3
4
5
6
7
module Main where

-- the main IO action
main = do { putStr "What is your name? "
          , name''' <- read
          , putStrLn ("Hello, " ++ name''')
          }