Println instead of Printf
This has been annoying me so I decided to change it.
This commit is contained in:
@@ -3,5 +3,5 @@ package main
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Printf("hello, world\n")
|
||||
fmt.Println("hello, world")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user