feat(codechef): finalize codechef impl
This commit is contained in:
parent
f78e43bdd4
commit
e89c2e1cf5
5 changed files with 106 additions and 56 deletions
|
|
@ -139,6 +139,10 @@ M.defaults = {
|
|||
enabled_languages = { 'cpp', 'python' },
|
||||
default_language = 'cpp',
|
||||
},
|
||||
codechef = {
|
||||
enabled_languages = { 'cpp', 'python' },
|
||||
default_language = 'cpp',
|
||||
},
|
||||
cses = {
|
||||
enabled_languages = { 'cpp', 'python' },
|
||||
default_language = 'cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue