package main
import ("fmt")
func main() {
fmt.Println("Hello World!")
// fmt.Println(" Эта строка не выполняется")
}