with newline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-28 23:38:35 +02:00
parent 02214575ae
commit e88f1b773f
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Printf("hello, world!")
fmt.Printf("hello, world!\n")
}