Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyzhang314 committed Jun 20, 2024
1 parent e79d6a9 commit 1e746d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/ast/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ import (
)

func main() {
fmt.Printf("┏━┓┏━┓╺┳╸┏━┓┏━┓┏┓╻┏━╸╺┳╸\n")
fmt.Printf("┣━┫┗━┓ ┃ ┣┳┛┣━┫┃┗┫┣╸ ┃\n")
fmt.Printf("╹ ╹┗━┛ ╹ ╹┗╸╹ ╹╹ ╹┗━╸ ╹\n")
flags := append(networkFlags, consensusFlag...)
flags = append(flags, loggerFlag...)
flags = append(flags, pprofCfg...)
Expand Down

0 comments on commit 1e746d0

Please sign in to comment.