summaryrefslogtreecommitdiff
path: root/prolog/problems/denotational_semantics/prog_8puzzle_2
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-08-18 16:34:34 +0200
committerAleš Smodiš <aless@guru.si>2015-08-18 16:34:34 +0200
commit940c518093003a4442aca39762101587330c9f6e (patch)
treef60962ed2ad12b96db8efebdc13d45b8a20857b5 /prolog/problems/denotational_semantics/prog_8puzzle_2
parent95e2fe57f6e4639f6ae9f1fef368829d5090dbf6 (diff)
Added the coding line to python files.
Diffstat (limited to 'prolog/problems/denotational_semantics/prog_8puzzle_2')
-rw-r--r--prolog/problems/denotational_semantics/prog_8puzzle_2/common.py2
-rw-r--r--prolog/problems/denotational_semantics/prog_8puzzle_2/en.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/prolog/problems/denotational_semantics/prog_8puzzle_2/common.py b/prolog/problems/denotational_semantics/prog_8puzzle_2/common.py
index 4cc9c9e..e48d03f 100644
--- a/prolog/problems/denotational_semantics/prog_8puzzle_2/common.py
+++ b/prolog/problems/denotational_semantics/prog_8puzzle_2/common.py
@@ -1,3 +1,5 @@
+# coding=utf-8
+
id = 172
group = 'denotational_semantics'
number = 81
diff --git a/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py b/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py
index eebf07b..d43a837 100644
--- a/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py
+++ b/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py
@@ -1,3 +1,5 @@
+# coding=utf-8
+
id = 172
name = 'prog_8puzzle/2'
slug = '8-puzzle-solving language'