Skip to content

Commit 4c736bc

Browse files
committed
ASCII art 3D
1 parent 860300e commit 4c736bc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

app/bootstrap.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@
5151
$app->addExercise(TheAttributesOfSuccess::class);
5252

5353
$art = <<<ART
54-
_ __ _
55-
/ |..| \
56-
\/ || \/
57-
|_''_|
54+
________ ___ ___ ________ ________
55+
|\ __ \|\ \|\ \|\ __ \ |\ __ \
56+
\ \ \|\ \ \ \\\ \ \ \|\ \ \ \ \|\ \
57+
\ \ ____\ \ __ \ \ ____\ \ \ __ \
58+
\ \ \___|\ \ \ \ \ \ \___| \ \ \|\ \
59+
\ \__\ \ \__\ \__\ \__\ \ \_______\
60+
\|__| \|__|\|__|\|__| \|_______|
5861
59-
PHP SCHOOL
60-
LEARNING FOR ELEPHPANTS
62+
PHP 8 APPRECIATE
6163
ART;
6264

6365
$app->setLogo($art);

0 commit comments

Comments
 (0)