From 380fc1f5ef289ad8a6fff2a51787e2080f14876e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20K=C3=BCmmel?= <27566312+PhiTux@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:04:42 +0200 Subject: [PATCH] add schoco (#656) Co-authored-by: Rabenherz112 --- software/schoco.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/schoco.yml diff --git a/software/schoco.yml b/software/schoco.yml new file mode 100644 index 0000000000..3b508c48ff --- /dev/null +++ b/software/schoco.yml @@ -0,0 +1,10 @@ +name: "Schoco" +website_url: "https://github.com/PhiTux/schoco" +source_code_url: "https://github.com/PhiTux/schoco" +description: "Online IDE for learning Java programming at school, including automatic JUnit tests. Designed to give coding homework/assignments." +licenses: + - MIT +platforms: + - Docker +tags: + - Learning and Courses