Learn commenting the right way

Report a typo

Add and remove some comments so that the program prints: "Another simple Golang program".

Sample Input 1:


Sample Output 1:

Another simple Golang program
Write a program in Go
package main

import "fmt"

func main(){
/*fmt.Println("Hello world")
fmt.Print("Another simple")
fmt.Print(" Golang program")
}
___

Create a free account to access the full topic