main = putStrLn (quine q) quine s = s ++ show s q = "main = putStrLn (quine q)\nquine s = s ++ show s\nq = "