From 940c518093003a4442aca39762101587330c9f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Tue, 18 Aug 2015 16:34:34 +0200 Subject: Added the coding line to python files. --- prolog/problems/other/genlist_4/common.py | 2 ++ prolog/problems/other/genlist_4/en.py | 2 ++ 2 files changed, 4 insertions(+) (limited to 'prolog/problems/other') diff --git a/prolog/problems/other/genlist_4/common.py b/prolog/problems/other/genlist_4/common.py index 388c041..83f4b0e 100644 --- a/prolog/problems/other/genlist_4/common.py +++ b/prolog/problems/other/genlist_4/common.py @@ -1,3 +1,5 @@ +# coding=utf-8 + id = 127 group = 'other' number = 34 diff --git a/prolog/problems/other/genlist_4/en.py b/prolog/problems/other/genlist_4/en.py index 488ccf2..51ef8ea 100644 --- a/prolog/problems/other/genlist_4/en.py +++ b/prolog/problems/other/genlist_4/en.py @@ -1,3 +1,5 @@ +# coding=utf-8 + id = 127 name = 'genlist/4' slug = 'generate a list of random numbers' -- cgit v1.2.1