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