feat(codechef): finalize codechef impl

This commit is contained in:
Barrett Ruth 2025-10-25 01:41:55 -04:00
parent f78e43bdd4
commit e89c2e1cf5
5 changed files with 106 additions and 56 deletions

View file

@ -28,8 +28,8 @@ MATRIX = {
"contests": tuple(),
},
"codechef": {
"metadata": ("START209",),
"tests": ("START209",),
"metadata": ("START209D",),
"tests": ("START209D",),
"contests": tuple(),
},
}