Skip to content

Commit

Permalink
update b (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et authored and OpenIM-Robot committed Feb 8, 2025
1 parent fdc883f commit 7cef52a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ package main
import "fmt"

func main() {
// 你好

fmt.Println("hello")
ex, err := fmt.Println("hello")
fmt.Println(ex, err)
fmt.Println("123")
fmt.Println("123")
fmt.Println("hello")
fmt.Println("hello")
}

0 comments on commit 7cef52a

Please sign in to comment.