implement choices_cost

This commit is contained in:
nemunaire 2018-12-02 23:18:32 +01:00
parent f9abdd23c6
commit 476f0f553c
18 changed files with 180 additions and 24 deletions

View file

@ -169,6 +169,8 @@ func treat(raw_path string) {
treatRename(raw_path, team)
case "hint":
treatOpeningHint(raw_path, team)
case "choices":
treatWantChoices(raw_path, team)
default:
treatSubmission(raw_path, team, spath[2])
}