#ifndef HASHMAPTESTS_H
#define HASHMAPTESTS_H

namespace HashMapTests {
    void test();
}

#endif