From 2a5feaa1ad6e33a33b4a25328c4afb3bcfcbd5d7 Mon Sep 17 00:00:00 2001 From: Menci Date: Sat, 10 Dec 2016 11:50:26 +0800 Subject: [PATCH] Add C# support --- config-example.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config-example.json b/config-example.json index 8b48891..05a2515 100644 --- a/config-example.json +++ b/config-example.json @@ -31,6 +31,7 @@ }, "languages": [ "C++", + "C#", "C", "Pascal" ],