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