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

io.castled.utils.AsciiArtUtils Maven / Gradle / Ivy

package io.castled.utils;

public class AsciiArtUtils {

    public static void drawCastled() {
        String castledArt =
                  "\n"
                + "\n"
                + "\n                ###########        ######           ##########   ################  ####           ############    ############"
                + "\n               ############       ########         ############  ################  ####           ############    #############"
                + "\n              #############       ########        #############  ################  ####           ############    ##############"
                + "\n             ##############      #########        #############        ####        ####           ####            ####  #########"
                + "\n            #######      ##      ##########       #####      ##        ####        ####           ####            ####     #######"
                + "\n            ######               ##########       #####                ####        ####           ####            ####      ######"
                + "\n            #####               ############      ######               ####        ####           ####            ####       #####"
                + "\n            #####               ############      ###########          ####        ####           ###########     ####       #####"
                + "\n            #####               #####  #####      #############        ####        ####           ###########     ####       #####"
                + "\n            #####              ######  ######      #############       ####        ####           ###########     ####       #####"
                + "\n            #####              ######  ######        ###########       ####        ####           ####            ####       #####"
                + "\n            #####              #####    #####            #######       ####        ####           ####            ####       #####"
                + "\n            #######      ##   ################    ##       #####       ####        ####           ####            ####     #######"
                + "\n             ##############   ################    ##############       ####        ####           ####            ####  #########"
                + "\n              #############  ######      ######   ##############       ####        ############   ############    ##############"
                + "\n               ############  #####        #####   #############        ####        ############   ############    #############"
                + "\n                ###########  #####        #####    ###########         ####        ############   ############    ############"
                + "\n"
                + "\n                                                  is now ready to sync your data \uD83D\uDE80 \uD83D\uDE80                    "
                + "\n";

        System.out.println(castledArt);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy