From b893261f079b79b72db2bd7e8e67c36313d04237 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 29 Feb 2016 08:59:28 +0100 Subject: Prolog: hide all but the first problem group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hopefully nobody is using the app yet for self-study…. --- prolog/problems/lists/permute_2/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prolog/problems/lists/permute_2') diff --git a/prolog/problems/lists/permute_2/common.py b/prolog/problems/lists/permute_2/common.py index 6a3cc7f..c6381c2 100644 --- a/prolog/problems/lists/permute_2/common.py +++ b/prolog/problems/lists/permute_2/common.py @@ -6,7 +6,7 @@ import server.problems id = 107 number = 14 -visible = True +visible = False facts = None solution = '''\ -- cgit v1.2.1