add rust to go api
This commit is contained in:
parent
af4255fc1f
commit
389f4ed335
|
@ -60,6 +60,7 @@ func Execute(res http.ResponseWriter, req *http.Request) {
|
||||||
"ruby",
|
"ruby",
|
||||||
"swift",
|
"swift",
|
||||||
"brainfuck", "bf",
|
"brainfuck", "bf",
|
||||||
|
"rust",
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if the supplied language is supported
|
// check if the supplied language is supported
|
||||||
|
|
Loading…
Reference in New Issue