Skip to content

v0.1

Compare
Choose a tag to compare
@slashtechno slashtechno released this 01 Oct 06:11
package main
import fmt
func main(){
    fmt.Println("Hello, world!")
    fmt.Println("This is the first (non-rolling) release for this project")
}