Skip to content

Commit

Permalink
hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudkhalef committed Dec 29, 2023
1 parent 0248522 commit 599d186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 0x1A-hash_tables/6-hash_table_delete.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ void hash_table_delete(hash_table_t *ht)
free(ht->array);
free(ht);
}

0 comments on commit 599d186

Please sign in to comment.