index
:
Source
this commit
main
Code from the beginning
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plot.go
blob: 3fba62568dded838a86e4e7dbd32c14c38cc7b52 (
plain
)
1
2
3
4
5
6
7
package
main
import
"fmt"
func
plo
()
{
fmt
.
Println
(
"PLOT!"
)
}