Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Created March 7, 2025 06:03
Show Gist options
  • Save joshuakfarrar/763bf2e5b55b4946fb46558f963d2103 to your computer and use it in GitHub Desktop.
Save joshuakfarrar/763bf2e5b55b4946fb46558f963d2103 to your computer and use it in GitHub Desktop.
// h/t https://www.asciiart.eu/text-to-ascii-art Fraktur
private val banner = Seq(
"""
| .. .. ..
| :**888H: `: .xH"" x .d88" x .d88"
| X `8888k XX888 .d`` u. 5888R 5888R u.
|'8hx 48888 ?8888 @8Ne. .u ...ue888b '888R '888R ...ue888b
|'8888 '8888 `8888 %8888:u@88N 888R Y888r 888R 888R 888R Y888r
| %888>'8888 8888 `888I 888. 888R I888> 888R 888R 888R I888>
| "8 '888" 8888 888I 888I 888R I888> 888R 888R 888R I888>
| .-` X*" 8888 888I 888I 888R I888> 888R 888R 888R I888>
| .xhx. 8888 uW888L 888' u8888cJ888 888R 888R u8888cJ888
| .H88888h.~`8888.> '*88888Nu88P "*888*P" .888B . .888B . "*888*P"
| .~ `%88!` '888*~ ~ '88888F` 'Y" ^*888% ^*888% 'Y"
| `" "" 888 ^ "% "%
| *8E
| '8>
| """".stripMargin
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment