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

GOLang Level 1/Lesson 3

I have written code:
fmt.Println("Hello World")
fmt.Println("Hello GO")
Why submission says that my output doesn't match required output?
by

1 Answer

iamabhishek
Slight mismatch.
Try to print "Hello Go" in the second print statement.

Login / Signup to Answer the Question.