diff options
Diffstat (limited to 'python/problems/introduction/common.py')
-rw-r--r-- | python/problems/introduction/common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/problems/introduction/common.py b/python/problems/introduction/common.py new file mode 100644 index 0000000..8498d9c --- /dev/null +++ b/python/problems/introduction/common.py @@ -0,0 +1,2 @@ +id = 13 +number = 1 |