index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
templates
/
go
/
main.go
blob: 7776ec8d3f268a3ef393d2097b71dc5681cf48d9 (
plain
) (
blame
)
1
2
3
4
5
6
7
package
main
import
"fmt"
func
main
()
{
fmt
.
Println
(
"hello world!"
)
}