From f08c7bfd6d3631d75083b8d14fb2c427be7b2a9d Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 30 Sep 2015 11:54:55 +0200 Subject: Add the first robot problem --- robot/common.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 robot/common.py (limited to 'robot/common.py') diff --git a/robot/common.py b/robot/common.py new file mode 100644 index 0000000..bbe3c14 --- /dev/null +++ b/robot/common.py @@ -0,0 +1,9 @@ +# coding=utf-8 + +from server.hints import Hint, HintSequence + +hint_type = { +} + +def hint(program, solved_problems): + return [] -- cgit v1.2.1