diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-10-26 17:28:13 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-10-26 17:28:13 +0200 |
commit | 4922856071d95e9133cab6defb298405d44b1ad2 (patch) | |
tree | 99ae761de1e2c9784badc68cf799990fc968d60e /prolog | |
parent | 656c66097e806b4c53646ea1fff3d8615426d304 (diff) |
Prolog: move world_data problems to the end (temporary)
Diffstat (limited to 'prolog')
-rw-r--r-- | prolog/problems/world_data/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/problems/world_data/common.py b/prolog/problems/world_data/common.py index 006b9f5..0d2730a 100644 --- a/prolog/problems/world_data/common.py +++ b/prolog/problems/world_data/common.py @@ -1,2 +1,2 @@ id = 1002 -number = 20 +number = 140 |