We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12d0b1 commit 9ef11a8Copy full SHA for 9ef11a8
1 file changed
cmscontrib/ExportSubmissions.py
@@ -57,6 +57,8 @@
57
TEMPLATE[".cpp"] = TEMPLATE[".c"]
58
TEMPLATE[".java"] = TEMPLATE[".c"]
59
TEMPLATE[".txt"] = TEMPLATE[".c"]
60
+TEMPLATE[".cs"] = TEMPLATE[".c"]
61
+TEMPLATE[".rs"] = TEMPLATE[".c"]
62
63
64
def filter_top_scoring(results, unique):
0 commit comments