feat(codechef): add language IDs and version mappings
This commit is contained in:
parent
645417f86b
commit
52fc2f76f4
2 changed files with 14 additions and 0 deletions
|
|
@ -208,6 +208,12 @@ M.LANGUAGE_VERSIONS = {
|
|||
python = { python3 = 'PYTH 3', pypy3 = 'PYPY3' },
|
||||
java = { java = 'JAVA' },
|
||||
rust = { rust = 'rust' },
|
||||
c = { c = 'C' },
|
||||
go = { go = 'GO' },
|
||||
kotlin = { kotlin = 'KTLN' },
|
||||
javascript = { nodejs = 'NODEJS' },
|
||||
typescript = { typescript = 'TS' },
|
||||
csharp = { csharp = 'C#' },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue