From 6d6cf80b94f6e3fe279a3b30a90b34aaae571d9a Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Tue, 21 Jan 2025 16:30:32 +0800 Subject: [PATCH] update b --- hello.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hello.go b/hello.go index 67520dc..6b8fc53 100644 --- a/hello.go +++ b/hello.go @@ -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") }