feat(codechef): add language IDs and version mappings

This commit is contained in:
Barrett Ruth 2026-03-06 23:02:46 -05:00
parent 645417f86b
commit 52fc2f76f4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 14 additions and 0 deletions

View file

@ -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#' },
},
}