diff --git a/denofunc.ts b/denofunc.ts index 3b1702b..6924ed4 100644 --- a/denofunc.ts +++ b/denofunc.ts @@ -346,18 +346,18 @@ async function publishApp(appName: string) { function printLogo() { const logo = ` - @@@@@@@@@@@, - @@@@@@@@@@@@@@@@@@@ %%%%%%%%%%%% - @@@@@@ @@@@@@@@@@ %%%%%%%%%%%% - @@@@@ @ @ *@@@@@ @ %%%%%%%%%%%% @ - @@@ @@@@@ @@ %%%%%%%%%%%% @@ - @@@@@ @@@@@ @@@ %%%%%%%%%%%%%%%%%%%%%% @@@ - @@@@@@@@@@@@@@@ @@@@ @@ %%%%%%%%%%%%%%%%%%%% @@ - @@@@@@@@@@@@@@ @@@@ @@ %%%%%%%% @@ - @@@@@@@@@@@@@@ @@@ @@ %%%%%% @@ - @@@@@@@@@@@@@ @ @@ %%%% @@ - @@@@@@@@@@@ %%%% - @@@@@@@ %% + @@@@@@@@@@@, + @@@@@@@@@@@@@@@@@@@ %%%%%% + @@@@@@ @@@@@@@@@@ %%%%%% + @@@@@ @ @ *@@@@@ @ %%%%%% @ + @@@ @@@@@ @@ %%%%%% @@ + @@@@@ @@@@@ @@@ %%%%%%%%%%% @@@ + @@@@@@@@@@@@@@@ @@@@ @@ %%%%%%%%%% @@ + @@@@@@@@@@@@@@ @@@@ @@ %%%% @@ + @@@@@@@@@@@@@@ @@@ @@ %%% @@ + @@@@@@@@@@@@@ @ @@ %% @@ + @@@@@@@@@@@ %% + @@@@@@@ % `; console.info(logo); }