From cf09a72a4ad822d1184307686653d591ff557bc9 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Thu, 15 Jul 2021 13:45:43 +0800 Subject: [PATCH] add glotcode --- projects/glotcode/imports.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 projects/glotcode/imports.yml diff --git a/projects/glotcode/imports.yml b/projects/glotcode/imports.yml new file mode 100644 index 000000000..28890f684 --- /dev/null +++ b/projects/glotcode/imports.yml @@ -0,0 +1,26 @@ +--- +group: + name: 'glotcode' + description: '' + projects: + - name: 'glot-www' + description: '' + mirrorRelease: false + topic: '' + - name: 'docker-run' + description: 'Api for running untrusted code in containers' + mirrorRelease: false + topic: '' + - name: 'glot' + description: 'Pastebin with runnable snippets and API' + mirrorRelease: false + topic: '' + - name: 'code-runner' + description: '' + mirrorRelease: false + topic: '' + - name: 'glot-images' + description: '' + mirrorRelease: false + topic: '' + \ No newline at end of file -- GitLab