From 2bcd5d5434610dcf24ed722ea4d4f1841c278df6 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sun, 25 Aug 2019 09:21:11 +0200 Subject: [PATCH] another todos for java and csharp --- Runtime-Environments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Runtime-Environments.md b/Runtime-Environments.md index e53c718..f77c043 100644 --- a/Runtime-Environments.md +++ b/Runtime-Environments.md @@ -16,6 +16,12 @@ We use a wrapper script that translates exceptions to error codes. This script c By default, we use a script that looks for a class with a `main` method and executes it for running Java programs. This script is located in the utils repository. +TODO: file javarun.java with class javarun is added to classical java execution + +## C# + +TODO: files ReCodEx_Csharp_Wrapper.cs and ReCodEx_Csharp_Reader.cs are added to classical C# execution + ## Go Everything has to be in one package (arbitrary named). TODO... \ No newline at end of file