// Online Go compiler to run Golang program online
// Print "Hello World!" message
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}
Output
Go Course, Enhanced by AI
Learn Go the right way — solve challenges, build projects, and leverage the power of AI to aid you in handling errors.