HTMLify
Hello World in Golang
Views: 190 | Author: abh
// hellow world
package main
import ("fmt")
func main() {
fmt.Println("woring ?")
}
Comments

Yes it is not output hello world
Reply(Mention)