diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-02-24 21:05:27 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-02-24 21:05:27 +0100 |
commit | 8081a5520a441b43a8a7a73f3a90c7aacfaa8e10 (patch) | |
tree | c7f49bd33ed19d53afc0ee9df8b2c82c200c5910 /tasks/entrance_exam | |
parent | 9963b74f777edf985540eac71b1ca095f88b8bca (diff) |
Move everything one level up
Diffstat (limited to 'tasks/entrance_exam')
-rw-r--r-- | tasks/entrance_exam/task.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/entrance_exam/task.py b/tasks/entrance_exam/task.py new file mode 100644 index 0000000..bfefbd1 --- /dev/null +++ b/tasks/entrance_exam/task.py @@ -0,0 +1,2 @@ +instructions = {'si': """ +Reši pristopni kolokvij z visoko oceno.""" } |