//Hallo Welt package main import "fmt" func main() { var welt string = "Welt" fmt.Printf("Hallo %v!\n", welt) }