Skip to content

Commit

Permalink
update b
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Jan 21, 2025
1 parent bc3d2b6 commit 6d6cf80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ package main
import "fmt"

func main() {

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

0 comments on commit 6d6cf80

Please sign in to comment.