Created
September 19, 2023 10:27
-
-
Save SoonminHwang/db00cdf93fa4bb33fbdc4d12b3adb5c0 to your computer and use it in GitHub Desktop.
Revisions
-
SoonminHwang revised this gist
Sep 19, 2023 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,4 @@ char message[MSG_LINES][MSG_LINE_LENGTH] = { "## ## ######### ## #### ## ######### ## #### ## ## ", "## ## ## ## ## ### ## ## ## ## ### ## ## ", "## ## ## ## ## ## ## ## ## ## ## ###### ", }; -
SoonminHwang created this gist
Sep 19, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ #define MSG_LINES 7 #define MSG_LINE_LENGTH 67 char message[MSG_LINES][MSG_LINE_LENGTH] = { "## ## ### ## ## ## ## ### ## ## ###### ", "## ## ## ## ### ## ## ## ## ## ### ## ## ## ", "## ## ## ## #### ## #### ## ## #### ## ## ", "######### ## ## ## ## ## ## ## ## ## ## ## ## #### ", "## ## ######### ## #### ## ######### ## #### ## ## ", "## ## ## ## ## ### ## ## ## ## ### ## ## ", "## ## ## ## ## ## ## ## ## ## ## ###### ", }; [Generated by https://wepplication.github.io/tools/asciiArtGen/?size=50&color=false&fileupload=]