go-judge/problem/const.go
criyle 1f86f25995 Refactor & Documentation
- pkg/runner -> pkg/envexec
- add idea about executor server
2020-03-03 02:32:59 -05:00

10 lines
170 B
Go

package problem
// run_task / problem types
const (
Compile = "compile"
Standard = "standard"
Interactive = "interactive"
AnswerSubmit = "answer_submit"
)