From ad862154223c5113a410d7d0736b2fde99772b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 17:48:32 +0900 Subject: =?UTF-8?q?=E5=B0=8F=E3=81=95=E3=81=84=E3=83=AD=E3=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/logo/void.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/logo/void.h') diff --git a/src/logo/void.h b/src/logo/void.h index 4765277..ff5f82a 100644 --- a/src/logo/void.h +++ b/src/logo/void.h @@ -28,3 +28,13 @@ GREEN " -~|{*l}*|~ " RESET, GREEN " " RESET, GREEN " " RESET }; + +char *LOGO_SMALL[] = { +GREEN " _______ " RESET, +GREEN " _ \\______ - " RESET, +GREEN "| \\ ___ \\ | " RESET, +GREEN "| | / \\ | | " RESET, +GREEN "| | \\___/ | | " RESET, +GREEN "| \\______ \\_| " RESET, +GREEN " -_______\\ " RESET +}; -- cgit v1.2.3