diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-08 16:13:35 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-08 16:13:35 +0200 |
commit | 3d0fde9ac8bc568845cfef8391ea0f9b0fe2f4e6 (patch) | |
tree | 34089ab1c754e00442973b848654de9b6e24f279 /robot/problems/introduction | |
parent | ce3b6703c153ba5c827996bfa8fd9bfa85fe2adb (diff) |
Add language/group IDs and group numbers for Prolog
Diffstat (limited to 'robot/problems/introduction')
-rw-r--r-- | robot/problems/introduction/common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/problems/introduction/common.py b/robot/problems/introduction/common.py new file mode 100644 index 0000000..8498d9c --- /dev/null +++ b/robot/problems/introduction/common.py @@ -0,0 +1,2 @@ +id = 13 +number = 1 |