Name: Anonymous 2008-04-26 19:39
Create a program that gives this as its output: http://pastebin.ca/998836
module Durr
where
import Char hiding (Char)
import List hiding (List)
import IO
--call all functions necessary to print the string
main = do
durr
--the actual print function
durr x = putStrLn "DURRRRRR"