From c0c55d122558b5eed1ca75f64ff40acc05d17255 Mon Sep 17 00:00:00 2001 From: Daniil Torvalds Date: Fri, 20 Feb 2026 18:14:14 +0300 Subject: [PATCH] Added new joke --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5bedd7e..d0dfc8d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,8 @@ int main(int argc, char* argv[]) "Bailing out, you are on your own. Good luck", "try fastfetch instead", "i use lightfetch btw", - "don't mind using neofetch, it's outdated" + "don't mind using neofetch, it's outdated", + "The more if, then else elif" }; constexpr size_t jokes_count = sizeof(dumb_jokes) / sizeof(dumb_jokes[0]);