mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
fixes for eval
This commit is contained in:
parent
e3c6f88156
commit
b54d99de2e
2 changed files with 4 additions and 3 deletions
|
@ -649,13 +649,14 @@ module.exports.REXTESTER_LANGUAGES = Object.freeze({
|
|||
"bash": "38",
|
||||
"node": "23",
|
||||
"js": "23",
|
||||
"py": "5",
|
||||
"py2": "5",
|
||||
"py": "24",
|
||||
"java": "4",
|
||||
"lua": "14",
|
||||
"ruby": "12",
|
||||
"perl": "13",
|
||||
"go": "20",
|
||||
//"kt": "43",
|
||||
"kt": "43",
|
||||
"rust": "46",
|
||||
"php": "8",
|
||||
"c": "6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue