fixes for eval

This commit is contained in:
derpystuff 2023-07-04 12:02:37 +02:00
parent e3c6f88156
commit b54d99de2e
2 changed files with 4 additions and 3 deletions

View file

@ -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",