HTMLify

hello-world.go
Views: 189 | Author: demo
package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}

Comments