Skip to content

Instantly share code, notes, and snippets.

@SoonminHwang
Created September 19, 2023 10:27
Show Gist options
  • Select an option

  • Save SoonminHwang/db00cdf93fa4bb33fbdc4d12b3adb5c0 to your computer and use it in GitHub Desktop.

Select an option

Save SoonminHwang/db00cdf93fa4bb33fbdc4d12b3adb5c0 to your computer and use it in GitHub Desktop.

Revisions

  1. SoonminHwang revised this gist Sep 19, 2023. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,4 @@ char message[MSG_LINES][MSG_LINE_LENGTH] = {
    "## ## ######### ## #### ## ######### ## #### ## ## ",
    "## ## ## ## ## ### ## ## ## ## ### ## ## ",
    "## ## ## ## ## ## ## ## ## ## ## ###### ",
    };

    [Generated by https://wepplication.github.io/tools/asciiArtGen/?size=50&color=false&fileupload=]
    };
  2. SoonminHwang created this gist Sep 19, 2023.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original 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=]