Signup/Sign In
user profile picture

Abhishek Ahlawat

studytonightofficial

Joined 2 years 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")
}
***
one year 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?
2 years ago