package main import "fmt" func main() { // This line prints a greeting fmt.Println("Hello!") // this runs the actual code }
Click Run to execute this code.