fork download
  1. package main
  2. import "fmt"
  3. func main() {
  4. fmt.Println("hello world")
  5. }
Success #stdin #stdout 0.01s 5272KB
stdin
Standard input is empty
stdout
hello world