Menu
×
×
Correct!
Exercise:Insert the missing part of the code below to output "Hello World!".
package main
import ("fmt")
func main() {
@(11)("Hello, World!")
}
package main
import ("fmt")
func main() {
fmt.Println("Hello, World!")
}
Not CorrectClick here to try again. Correct!Next ❯ |