Skip to content

Instantly share code, notes, and snippets.

@woxtu

woxtu/karen.clj Secret

Created January 31, 2015 23:57
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 woxtu/478278051482b9e0d34a to your computer and use it in GitHub Desktop.
Save woxtu/478278051482b9e0d34a to your computer and use it in GitHub Desktop.
(ns karen
(:require [clansi.core :as clansi]))
(def karen "
|⌒^´ ̄ ̄ / `ヽ
| 、 \ __ ヽ|
ト \ ∨ ⌒ ヽ ∨
| \ \ ゙:. /
| |l\ ∨ / |-く
| ||/\ ∨ |ヾ)
|\/||__/X |/|
|  ̄ _/ \| }
ト ィ笊气<个Ⅳ}/ イ
| r'Jハ 》|/ |
| V(ソ ′| |
| . \"\" / 八 |
| ,、 u 〃 / |
| イ/ ∧_ |
r‐Jr-=≦ {r= / /ニニ} ∧
r-=ュ`ヽr--―┐ ∧ニニニ∧ ∧
―rヘ |:::://ニニニニニ∧ |
(`ヽノ::://ニニ/ニニニハ |
")
(defn desu []
(clansi/style karen :yellow))
(defproject karen ""
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojars.pjlegato/clansi "1.3.0"]]
:source-paths ["./"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment