add rust to go api

This commit is contained in:
Brian Seymour 2019-05-31 16:00:32 -05:00
parent af4255fc1f
commit 389f4ed335
1 changed files with 1 additions and 0 deletions

View File

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