#ifndef CORE_LINKED_LIST_TESTS_H
#define CORE_LINKED_LIST_TESTS_H

namespace Core::LinkedListTests {
    void test();
}

#endif