From 969812724912512740dbf037940a9e6770df19ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=C5=BEina?= Date: Thu, 6 Oct 2016 12:55:26 +0200 Subject: Added recursion exercises. --- python/problems/recursion/common.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/problems/recursion/common.py (limited to 'python/problems/recursion/common.py') diff --git a/python/problems/recursion/common.py b/python/problems/recursion/common.py new file mode 100644 index 0000000..f04b38b --- /dev/null +++ b/python/problems/recursion/common.py @@ -0,0 +1,2 @@ +id = 2008 +number = 8 \ No newline at end of file -- cgit v1.2.1