/script/hello
http://github.com/sut-go/gon · #! · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · b43580900095f4425945967d9329ac43 MD5 · raw file
- #!/usr/bin/env gonrun
- package main
- import "fmt"
- func main() {
- fmt.Println("Hello Mogorail");
- }