index
:
devcli
master
Unnamed repository; edit this file 'description' to name the repository.
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
app
/
main.go
blob: a3dd973f069084f4e7483436599af83d76506d36 (
plain
) (
blame
)
1
2
3
4
5
6
7
package
main
import
"fmt"
func
main
()
{
fmt
.
Println
(
"Hello, World!"
)
}