Skip to content

Commit

Permalink
Merge pull request #31 from horihiro/fix-asciiart
Browse files Browse the repository at this point in the history
fix ASCII art
  • Loading branch information
horihiro authored Mar 18, 2021
2 parents af0c6a6 + 550e627 commit b2c446a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions denofunc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,18 +346,18 @@ async function publishApp(appName: string) {

function printLogo() {
const logo = `
@@@@@@@@@@@,
@@@@@@@@@@@@@@@@@@@ %%%%%%%%%%%%
@@@@@@ @@@@@@@@@@ %%%%%%%%%%%%
@@@@@ @ @ *@@@@@ @ %%%%%%%%%%%% @
@@@ @@@@@ @@ %%%%%%%%%%%% @@
@@@@@ @@@@@ @@@ %%%%%%%%%%%%%%%%%%%%%% @@@
@@@@@@@@@@@@@@@ @@@@ @@ %%%%%%%%%%%%%%%%%%%% @@
@@@@@@@@@@@@@@ @@@@ @@ %%%%%%%% @@
@@@@@@@@@@@@@@ @@@ @@ %%%%%% @@
@@@@@@@@@@@@@ @ @@ %%%% @@
@@@@@@@@@@@ %%%%
@@@@@@@ %%
@@@@@@@@@@@,
@@@@@@@@@@@@@@@@@@@ %%%%%%
@@@@@@ @@@@@@@@@@ %%%%%%
@@@@@ @ @ *@@@@@ @ %%%%%% @
@@@ @@@@@ @@ %%%%%% @@
@@@@@ @@@@@ @@@ %%%%%%%%%%% @@@
@@@@@@@@@@@@@@@ @@@@ @@ %%%%%%%%%% @@
@@@@@@@@@@@@@@ @@@@ @@ %%%% @@
@@@@@@@@@@@@@@ @@@ @@ %%% @@
@@@@@@@@@@@@@ @ @@ %% @@
@@@@@@@@@@@ %%
@@@@@@@ %
`;
console.info(logo);
}
Expand Down

0 comments on commit b2c446a

Please sign in to comment.