// Experiment with Golang line breaking. 3\n+ 4 is invalid. package main import "fmt" func main() { fmt.Println(3 + 4) }