index
:
9line.git
master
random plan9 experiements
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
cmd
/
hello
/
main.go
blob: 26b925bae9317cd618d515978a4bd6c724280926 (
plain
)
1
2
3
4
5
package
main
import
"fmt"
func
main
()
{
fmt
.
Println
(
"hello from go on plan9"
)
}