go hello

package main import "fmt" import "runtime" func main() { fmt.Println("Hello, playground") fmt.Println(runtime.GOMAXPROCS(0)) }