index
:
planr
master
An open-source, distributed code grading tool for the classroom
Furkan Sahin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
sub
/
evaluate.go
blob: 35dd48dcf2fb977803ea9beb415ed163aaa6ef63 (
plain
)
1
2
3
4
5
6
7
8
9
package sub import ( "fmt" ) func Evaluate(params []string) { fmt.Print(params) }