Skip to content

Commit

Permalink
Add Node.js to list of languages on README and demo languages
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpeterxu committed Dec 21, 2023
1 parent 2035e60 commit 60349cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ The judge can also grade in the languages listed below:
* GAS x86/x64/ARM
* Haskell
* INTERCAL
* JavaScript (Node.js, V8)
* Kotlin
* Lua
* LLVM IR
Expand All @@ -141,6 +142,5 @@ The judge can also grade in the languages listed below:
* Swift
* Tcl
* Turing
* V8 JavaScript
* Brain\*\*\*\*
* Zig
16 changes: 16 additions & 0 deletions judge/fixtures/language_all.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,5 +942,21 @@
"description": "",
"extension": "cpp"
}
},
{
"model": "judge.language",
"pk": 77,
"fields": {
"key": "NODEJS",
"name": "JavaScript (Node.js)",
"short_name": "Node.js",
"common_name": "JS",
"ace": "javascript",
"pygments": "javascript",
"template": "",
"info": "",
"description": "",
"extension": "js"
}
}
]

0 comments on commit 60349cd

Please sign in to comment.