Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
executable file 8 lines (5 sloc) 83 Bytes
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}