index
:
specimen
this commit
main
created as a practical coding test!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
application
/
main.go
blob: 30de4429a19ea1bcf62c9b7b875d273030d3c3dd (
plain
)
1
2
3
4
5
6
7
8
9
package
main
import
(
"fmt"
)
func
main
()
{
fmt
.
Println
(
"hi! base setup works"
)
}