summaryrefslogtreecommitdiff
path: root/python/problems/re/sl.py
diff options
context:
space:
mode:
authorMartin Možina <martin.mozina@fri.uni-lj.si>2016-12-05 11:51:58 +0100
committerMartin Možina <martin.mozina@fri.uni-lj.si>2016-12-05 11:51:58 +0100
commit236001ec7563804f87a40c924681461bc8b2d764 (patch)
tree534a9ba942e6f6906d751439dff8864130a370ea /python/problems/re/sl.py
parent413bb73adaee77e8c1ab1c5721b13d9b6f756a7a (diff)
Added a new set of exercises (regular expressions).
Diffstat (limited to 'python/problems/re/sl.py')
-rw-r--r--python/problems/re/sl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/problems/re/sl.py b/python/problems/re/sl.py
new file mode 100644
index 0000000..e450d4c
--- /dev/null
+++ b/python/problems/re/sl.py
@@ -0,0 +1,2 @@
+name = 'Regularni izrazi'
+description = 'Vaje iz <a href="[%@resource re_sl.html%]">regularnih izrazov</a>'