Signup/Sign In
user profile picture

Abhishek Ahlawat

studytonightofficial

Joined one year ago

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

This is the correct code:
***
package main

// import package
import "fmt"

func main() {
// Print messages here
fmt.Println("Hello World")
fmt.Println("Hello Go")
}
***
4 months ago
This is indeed the correct code and it worked for me. I am now on Level 3 of GO lang course. Can you share what error did you get?
one year ago