From 05f58ab67a0dfcf0f481218659767cad30851de0 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 6 Nov 2017 18:16:46 +0100 Subject: [PATCH] judges order of params --- Implementation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Implementation.md b/Implementation.md index 1c45113..10d6dfd 100644 --- a/Implementation.md +++ b/Implementation.md @@ -295,7 +295,8 @@ To allow passing these additional values an extended judge interface can be implemented: - Parameters: There are two mandatory positional parameters which have to be - files for comparison + files for comparison, first one is expected output, second one result from + tested program - Results: - _comparison OK_ - exitcode: 0