mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
merge
This commit is contained in:
commit
30556fb45d
7 changed files with 36 additions and 2 deletions
|
@ -70,6 +70,7 @@ func Execute(res http.ResponseWriter, req *http.Request) {
|
|||
"c",
|
||||
"cpp", "c++",
|
||||
"csharp", "cs", "c#",
|
||||
"elixir", "exs",
|
||||
"go",
|
||||
"java",
|
||||
"julia", "jl",
|
||||
|
@ -139,6 +140,8 @@ func launch(request Inbound, res http.ResponseWriter) {
|
|||
execlang = "cpp"
|
||||
case "cs", "c#":
|
||||
execlang = "csharp"
|
||||
case "elixir", "exs":
|
||||
execlang = "elixir"
|
||||
case "asm":
|
||||
execlang = "nasm"
|
||||
case "js", "javascript":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue