@@ -6,7 +6,7 @@ int main(void) {
int *ints;
set_init(&ints, allocator, .initial_capacity=20);
map_print_mapping_state(ints, stdout);
for ( int i = 0; i < 20; i++ ) {
for ( int i = 0; i < 100; i++ ) {
set_add(&ints, i);
}
The note is not visible to the blocked user.