My first go program


hello world



My first Go program

package main

import "fmt"

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

Easy peasy~

Photo by KOBU Agency on Unsplash