mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
Add elixir version and alias
This commit is contained in:
parent
767b37fa46
commit
5cde78c41f
2 changed files with 5 additions and 0 deletions
|
@ -139,6 +139,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