Skip to content

Hello, World

Published: at 13:12

import "fmt"

func main() {
    fmt.Println("hello, world!")
}