/script/hello

http://github.com/sut-go/gon · #! · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · b43580900095f4425945967d9329ac43 MD5 · raw file

  1. #!/usr/bin/env gonrun
  2. package main
  3. import "fmt"
  4. func main() {
  5. fmt.Println("Hello Mogorail");
  6. }