summaryrefslogtreecommitdiff
path: root/prolog/problems/world_data/en.py
diff options
context:
space:
mode:
authorMartin Možina <martin.mozina@fri.uni-lj.si>2016-10-25 11:44:37 +0200
committerMartin Možina <martin.mozina@fri.uni-lj.si>2016-10-25 11:44:37 +0200
commit656c66097e806b4c53646ea1fff3d8615426d304 (patch)
tree172d4cccd187380bfdc81df3f195f5304d9f4d34 /prolog/problems/world_data/en.py
parent0bfa95be7046b101a00f83f082260b5d0e007159 (diff)
parent9d662ae9b7a84b3826e91d2af17f251daaabcd79 (diff)
Merge branch 'master' of 192.168.15.97:codeq-problems
Diffstat (limited to 'prolog/problems/world_data/en.py')
-rw-r--r--prolog/problems/world_data/en.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/prolog/problems/world_data/en.py b/prolog/problems/world_data/en.py
new file mode 100644
index 0000000..3d3cbaf
--- /dev/null
+++ b/prolog/problems/world_data/en.py
@@ -0,0 +1,8 @@
+name = 'The World Factbook'
+description = '''\
+<p>
+Let's ask prolog some questions about our world, e.g. through which countries a given river flows or which
+two countries are most similar in terms of the size of their populations. For this purpose a database
+containing facts about the world has been loaded. The database comes from the almanac "The World Factbook".
+</p>
+'''