Add and remove some comments so that the program prints: "Another simple Golang program".
Comments
Learn commenting the right way
Report a typo
Sample Input 1:
Sample Output 1:
Another simple Golang programWrite a program in Go
package main
import "fmt"
func main(){
/*fmt.Println("Hello world")
fmt.Print("Another simple")
fmt.Print(" Golang program")
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.