Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Sep 18, 2023
1 parent bedf6e0 commit 7132301
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added main/main
Binary file not shown.
13 changes: 13 additions & 0 deletions main/main.go
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
package main

import (
"fmt"
)

func main() {
fmt.Println(" ______ __ ")
fmt.Println(" / ____/___ _/ /___ _____ ___ ____ ________ __")
fmt.Println(" / / / __ `/ / __ `/ __ `__ \\/ __ `/ ___/ / / /")
fmt.Println("/ /___/ /_/ / / /_/ / / / / / / /_/ / / / /_/ / ")
fmt.Println("\\____/\\__,_/_/\\__,_/_/ /_/ /_/\\__,_/_/ \\__, / ")
fmt.Println(" /____/ ")
}

0 comments on commit 7132301

Please sign in to comment.