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

Level 1 lesson 5 golang

how to solve
by

1 Answer

sam5epi0l
Try this code:

package main

import "fmt"

func main() {
fmt.Println("Welcome to GO Course")
/
fmt.Println("We hope you like it")
/
}

Login / Signup to Answer the Question.