summaryrefslogtreecommitdiff
path: root/prolog/problems/world_data/en.py
diff options
context:
space:
mode:
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>
+'''