HTMLify

Hello World in Golang
Views: 7 | Author: abh
// hellow world
package main

import ("fmt")

func main() {
    fmt.Println("woring ?")
}

Comments

abh 2025-01-17 16:06

Yes it is not output hello world