From 37e4dca7aeeebbadef2488a356fbcdc0e82bf4a7 Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Sat, 22 Sep 2018 01:27:44 -0500 Subject: [PATCH] update api --- api/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/main.go b/api/main.go index b90be57..94ec64b 100644 --- a/api/main.go +++ b/api/main.go @@ -53,6 +53,11 @@ func Execute(res http.ResponseWriter, req *http.Request) { "cpp", "c++", "go", + "r", + "php", + "c#", + "csharp", + "cs", } // check if the supplied language is supported