package main import ( "fmt" "log" ) func main() { log.Println("Hello World!") fmt.Println("Success") }