nowdoc-0.1.0.0: samples/sample1.hs
{-# LANGUAGE QuasiQuotes #-}
import Text.Nowdoc
main :: IO ()
main = putStr [nowdoc|
hello | ]
world | ]
|]
{-# LANGUAGE QuasiQuotes #-}
import Text.Nowdoc
main :: IO ()
main = putStr [nowdoc|
hello | ]
world | ]
|]