diff options
author | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2015-10-17 20:52:06 +0200 |
---|---|---|
committer | Aleksander Sadikov <aleksander.sadikov@fri.uni-lj.si> | 2015-10-17 20:52:06 +0200 |
commit | 2cc85c960b5463adaa511cb717350c69dee275c1 (patch) | |
tree | ef63dabb07960885825f1bca7a58e320613712d1 /prolog/problems/old_exams | |
parent | 86bfc55d2ddc19b79127f2c788609635b702dbfd (diff) |
Family relations section fully hint-ready (just a few minor things missing).
Diffstat (limited to 'prolog/problems/old_exams')
-rw-r--r-- | prolog/problems/old_exams/en.py | 2 | ||||
-rw-r--r-- | prolog/problems/old_exams/sl.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/prolog/problems/old_exams/en.py b/prolog/problems/old_exams/en.py new file mode 100644 index 0000000..e33377d --- /dev/null +++ b/prolog/problems/old_exams/en.py @@ -0,0 +1,2 @@ +name = 'Past exam exercises' +description = '' diff --git a/prolog/problems/old_exams/sl.py b/prolog/problems/old_exams/sl.py new file mode 100644 index 0000000..210e6f9 --- /dev/null +++ b/prolog/problems/old_exams/sl.py @@ -0,0 +1,2 @@ +name = 'Naloge z izpitov' +description = '' |