diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-20 21:38:51 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-20 21:38:51 +0100 |
commit | be147cdaec94c73934e8185a0da8d5456eb5db5f (patch) | |
tree | 3f33ebf5ad176bed0fb6bd962fd332e372ba6078 /prolog/problems/lists_advanced/max_2 | |
parent | c8d114f863d0d22e802c2296f549565965a43934 (diff) |
Prolog: reorder lists_advanced exercises
Diffstat (limited to 'prolog/problems/lists_advanced/max_2')
-rw-r--r-- | prolog/problems/lists_advanced/max_2/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/problems/lists_advanced/max_2/common.py b/prolog/problems/lists_advanced/max_2/common.py index 35fe299..4985d09 100644 --- a/prolog/problems/lists_advanced/max_2/common.py +++ b/prolog/problems/lists_advanced/max_2/common.py @@ -6,7 +6,7 @@ import prolog.util from server.hints import Hint, HintPopup id = 109 -number = 16 +number = 90 visible = True facts = None |