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
|
|
@ -130,6 +130,14 @@ LANGUAGE_IDS = {
|
|||
"python": "PYTH 3",
|
||||
"java": "JAVA",
|
||||
"rust": "rust",
|
||||
"c": "C",
|
||||
"go": "GO",
|
||||
"kotlin": "KTLN",
|
||||
"javascript": "NODEJS",
|
||||
"typescript": "TS",
|
||||
"csharp": "C#",
|
||||
"php": "PHP",
|
||||
"r": "R",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue