Ticket #197: lit.lhs

File lit.lhs, 73 bytes (added by timthelion, 14 months ago)
Line 
1| Hi there!
2
3\begin{code}
4
5main = do putStrLn "Hello World!"
6
7\end{code}