# coding=utf-8 name = 'Prolog' description = 'Introductory Prolog course.' hint = { 'no_hint': '''\

No hint available, sorry!

''', 'test_results': '''\

Your code passed [%=passed%] / [%=total%] tests.

''', 'syntax_error': '''\

Your code contains syntax errors! The Prolog compiler emitted the following messages:

[%=messages%]
''', }