From 4b0e419541244969e3177b7da6efc3149c2263aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Pober=C5=BEnik?= Date: Fri, 13 Oct 2017 12:42:22 +0200 Subject: Python: Add introduction group for FKKT students Python: Add anchor link to jump to FKKT exercices --- python/problems/introduction-fkkt/common.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/problems/introduction-fkkt/common.py (limited to 'python/problems/introduction-fkkt/common.py') diff --git a/python/problems/introduction-fkkt/common.py b/python/problems/introduction-fkkt/common.py new file mode 100644 index 0000000..62c9ee7 --- /dev/null +++ b/python/problems/introduction-fkkt/common.py @@ -0,0 +1,2 @@ +id = 2500 +number = 10 -- cgit v1.2.1