fork download
  1. package main
  2. import "fmt"
  3.  
  4. func main(){
  5. fmt.Printf("hello, world!")
  6. }
Success #stdin #stdout 0s 2984KB
stdin
Standard input is empty
stdout
hello, world!