index
:
nvim
main
neovim config
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
user
/
main.go
blob: ef25884d828c27c305f8f6b2fda92cbce278359d (
plain
)
1
2
3
4
5
6
7
package main import "fmt" func main() { fmt.Println("Hello, world!") }