From ad39814829023c6c7f71a8b6a8766f7a405e8c6f Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 5 Oct 2019 14:24:34 +0200 Subject: [PATCH] Updated Runtime Environments (markdown) --- Runtime-Environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime-Environments.md b/Runtime-Environments.md index 9a8cd54..c4e5c9d 100644 --- a/Runtime-Environments.md +++ b/Runtime-Environments.md @@ -1,6 +1,6 @@ # Runtime Environments -This page contains notes about using various runtime environments in ReCodEx as well as their internal usage inside Isolate sandbox. Only special cases are noted here. +This page contains notes about using various runtime environments in ReCodEx as well as their internal usage inside [isolate](https://github.com/ioi/isolate) sandbox. Only special cases are noted here. ## Python @@ -23,4 +23,4 @@ In C# language there are none of the handy functions to operate with textual inp ## Go -The solutions of Go has to be located only in one package, the standard `main` executable package. ReCodEx uses flat folder structure of submitted solution, therefore separate Go packages cannot be used. Multiple files are fine as long as they contains the same package. +The solutions of Go has to be located only in one package, the standard `main` executable package. ReCodEx uses flat folder structure of submitted solution, therefore separate Go packages cannot be used. Multiple files are fine as long as they contain the same package.