Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaefilat committed May 28, 2024
1 parent 05cf1a1 commit 773e617
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/minecraft/logo_print.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
Prints a stylized ascii art of the word probe.
"""
function print_logo()
printstyled(raw""" _
| |
_ __ _ __ ___ | |__ ___
| '_ \| '__/ _ \| '_ \ / _ \
| |_) | | | (_) | |_) | __/
| .__/|_| \___/|_.__/ \___|
| |
|_| """, color=:magenta, bold=true)
printstyled(raw"""______ _ __ ___ ____ ______ _
| ___ \ | | / / | \/ (_) | ___ \ |
| |_/ / __ ___ | |__ ___ / / | . . |_ _ __ ___| |_/ / |
| __/ '__/ _ \| '_ \ / _ \ / / | |\/| | | '_ \ / _ \ /| |
| | | | | (_) | |_) | __/ / / | | | | | | | | __/ |\ \| |____
\_| |_| \___/|_.__/ \___| /_/ \_| |_/_|_| |_|\___\_| \_\_____/
""", color=:magenta, bold=true)
println()
println(repeat("=", 80) * "\n")
end

0 comments on commit 773e617

Please sign in to comment.