#include "tests.h"

void test_5()
{
    printf("TEST 5 STARTET\n");
    assert(!printEndMsg(1000, 2000));
    printf("TEST 5 ERFOLGREICH\n");
}