#include "tests.h"
void test_11()
{
printf("TEST 11 STARTET\n");
assert(!printEndMsg(55, 35));
printf("TEST 11 ERFOLGREICH\n");
}