go-judge/types/const.go
2019-12-26 21:23:20 +08:00

10 lines
168 B
Go

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