Skip to content

Commit

Permalink
いらっしゃいませー
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Nov 15, 2023
1 parent 104afa0 commit 0117ce2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions crates/katana/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@ fn print_intro(accounts: String, seed: String, address: String) {
)
);

println!(
r"
                 ■■                       ■                                        ■              ■          ■ 
 ■                 ■                     ■■                       ■                ■■ ■■     ■■   ■          ■ 
 ■     ■■      ■                         ■■              ■        ■     ■■     ■■■■■■■       ■■   ■          ■ 
 ■      ■      ■                         ■■           ■■          ■      ■         ■       ■■■■■■■■■■■       ■ 
 ■       ■     ■            ■■■■■■       ■■            ■■■■■■     ■       ■     ■■■■■■■      ■■   ■          ■ 
 ■       ■     ■ ■■■■■      ■     ■      ■■          ■■■■    ■    ■       ■        ■         ■■   ■          ■ 
 ■       ■■    ■■■   ■■           ■      ■■             ■   ■     ■       ■■       ■         ■■ ■■■          ■ 
 ■■  ■         ■      ■           ■      ■■     ■       ■ ■       ■■  ■         ■■■■■        ■■                
  ■ ■                ■■          ■■       ■   ■■        ■■         ■ ■         ■■  ■■■■      ■■              ■ 
   ■■            ■■■■■        ■■■         ■■■■■          ■          ■■          ■■■■   ■      ■■■■■■■        ■ 
"
);

println!(
r"
PREFUNDED ACCOUNTS
Expand Down

0 comments on commit 0117ce2

Please sign in to comment.