diff options
Diffstat (limited to 'prolog/problems/denotational_semantics/prog_8puzzle_2')
-rw-r--r-- | prolog/problems/denotational_semantics/prog_8puzzle_2/en.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py b/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py index d43a837..fc49742 100644 --- a/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py +++ b/prolog/problems/denotational_semantics/prog_8puzzle_2/en.py @@ -1,6 +1,5 @@ # coding=utf-8 -id = 172 name = 'prog_8puzzle/2' slug = '8-puzzle-solving language' |