@ -62,6 +62,9 @@ int main(void)
// delete_node(q2);
// print_node_list(q1);
// queue_test();
array_queue *q = init_array_queue();
push_array_queue(q, 1);
push_array_queue(q, 2);
The note is not visible to the blocked user.