Skip to content

Instantly share code, notes, and snippets.

@slpsys
Created November 22, 2013 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slpsys/7606314 to your computer and use it in GitHub Desktop.
Save slpsys/7606314 to your computer and use it in GitHub Desktop.
(ns utils)
(def ^:private baphomet
[" ._ ,"
" (`).. ,.-')"
" (',.)-.. ,.-(..`)"
" (,.' ,.)-.. ,.-(. `.. )"
" (,.' ..' .)-.. ,.-( `.. `.. )"
" (,.' ,.' ..')-. ,.-( `. `.. `.. )"
" (,.' ,.' ,.' )-.-(' `. `.. `.. )"
" ( ,.' ,.' _== ==_ `.. `.. )"
" ( ,.' _==' ~ ~ `==_ `.. )"
" \\ _==' ----..---- `==_ )"
" ,.-: ,----___. .___----. -.."
" ,.-' ( _--====_ \\/ _====--_ ) `-.."
" ,.-' .__.'`. `-_I0_-' `-_0I_-' .'`.__. `-.."
" ,.-'.' .' ( | | ) `. `.-.."
" ,.-' : `___--- '`.__. / __ \\ .__.' `---___' : `-.."
" -'_________`-____________'__ \\ (O) (O) / __`____________-'________`-"
" \\ . _ __ _ . /"
" \\ `V-' `-V' |"
" | \\ \\ | / /"
" V \\ ~| ~/V"
" | \\ /|"
" \\~ | V "
" \\ |"
" VV"])
(defn hail-satan []
(doseq [hs baphomet]
(prn hs)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment