Tech
Archives
Tags
Search
About
Home
Posts
it works!
it works! package main import "fmt" func main() { fmt.Println("it works!") }