All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.wizzie.normalizer.logo.LogoPrinter Maven / Gradle / Ivy

The newest version!
package io.wizzie.normalizer.logo;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class LogoPrinter {
    private static final Logger log = LoggerFactory.getLogger(LogoPrinter.class);

    public static void PrintLogo() {
        log.info("\n" +
                "                                                 .         \n" +
                "                                                //.        \n" +
                "                                               ////        \n" +
                "                                         ****///////////** \n" +
                "                                         .//////////////,  \n" +
                "                                            */////////     \n" +
                " ,,,,,,,,,,,                ,**              /////////     \n" +
                "  **********               *****            ////* ////.    \n" +
                "  ***********            ,******,          ./*       //    \n" +
                "   **********.          *********.                         \n" +
                "   ,**********        ,***********        .**********      \n" +
                "    **********,      **************      ***********       \n" +
                "    ,**********    ,****************    ***********        \n" +
                "     ***********  ******************, .**********.         \n" +
                "     .******************************************           \n" +
                "      ********************.********************            \n" +
                "      .******************  .******************             \n" +
                "       ****************     ,***************,              \n" +
                "       .**************       **************.               \n" +
                "        ************          ************                 \n" +
                "        .*********,            **********                  \n" +
                "         ********              .*******,                   \n" +
                "          *****,                ,*****.                    \n" +
                "          ****                   ****                      \n" +
                "           *,                     **                       \n" +
                "\n");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy