Skip to content

Instantly share code, notes, and snippets.

@AphonicChaos
Created August 15, 2016 23:03
Show Gist options
  • Save AphonicChaos/ca7d3df7b0b52892f34c427d4beaf228 to your computer and use it in GitHub Desktop.
Save AphonicChaos/ca7d3df7b0b52892f34c427d4beaf228 to your computer and use it in GitHub Desktop.
{-# LANGUAGE QuasiQuotes #-}
module Main where
import Text.Heredoc (here)
main = putStrLn [here|
.,ad88888888baa,
,d8P""" ""9888ba.
.a8" ,ad88888888888a
aP' ,88888888888888888a
,8" ,88888888888888888888,
,8' (888888888( )888888888,
,8' `8888888888888888888888
8) `888888888888888888888,
8 "8888888888888888888)
8 `888888888888888888)
8) "8888888888888888
(b "88888888888888'
`8, (8) 8888888888888)
"8a ,888888888888)
V8, d88888888888"
`8b, ,d8888888888P'
`V8a, ,ad8888888888P' Normand
""88888888888888888P" Veilleux
""""""""""""
,dP""d8b,
d" d88"8b
I8 Y88a88)
`Y, a )888P
"b,,a88P"
|]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment