Hello, World in Go! (P.S. I originally want to attempt Brainf***, but I give up for obvious reason)

package main

import "fmt"

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

Built With

Share this project:

Updates