diff --git a/src/hello/hello.go b/src/hello/hello.go index c2fbf9c..635db7a 100644 --- a/src/hello/hello.go +++ b/src/hello/hello.go @@ -3,5 +3,5 @@ package main import "fmt" func main() { - fmt.Printf("hello, world\n") + fmt.Println("hello, world") }