Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 1 Lesson 3

I am try to submit my code but unable to do so
by

1 Answer

studytonightofficial
This is the correct code:

package main

// import package
import "fmt"

func main() {
// Print messages here
fmt.Println("Hello World")
fmt.Println("Hello Go")
}

Login / Signup to Answer the Question.