diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-13 03:10:03 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-13 03:17:06 +0200 |
commit | c5a8b2c72841ad0b58fb36870624737634778056 (patch) | |
tree | 01259a4a3338777031ae730366ea0193f86db222 /kpov_judge/tasks/rdate_64bit | |
parent | 1cbc2f75ac1adf5ee70971052c819cdca1a0948c (diff) |
HTMLize instructions and use jinja2 to render them
Only fixed tasks for the kpov_2018 class for now.
Diffstat (limited to 'kpov_judge/tasks/rdate_64bit')
-rw-r--r-- | kpov_judge/tasks/rdate_64bit/task.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpov_judge/tasks/rdate_64bit/task.py b/kpov_judge/tasks/rdate_64bit/task.py index b08cddc..9f90014 100644 --- a/kpov_judge/tasks/rdate_64bit/task.py +++ b/kpov_judge/tasks/rdate_64bit/task.py @@ -2,12 +2,12 @@ instructions = { 'si':""" -Postavi dva navidezna računalnika - SimpleArbiter z diska simpleArbiterDhcp ter +<pre>Postavi dva navidezna računalnika - SimpleArbiter z diska simpleArbiterDhcp ter RdateServer. Na RdateServer postavi strežnik, ki bo poslušal na vratih VRATA_X. Vsakič, ko se na vrata poveže klient, naj strežnik pošlje število sekund od DATUM_X. Število naj bo kodirano kot 64-bitno predznačeno število s tankim koncem. -VRATA_X in DATUM_X preberi na SimpleArbiter. +VRATA_X in DATUM_X preberi na SimpleArbiter.</pre> """ } |