#include "hashtable_open_addressing.h"

int main() {
    // TODO(student): write at least 1000 lines of test
    
    return 0;
}