Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Mar 9, 2019
1 parent 60b95a3 commit df61dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <stdio.>
#include <stdlib.h>
#include <assert.h>
#include "../source/hashmap.h"

int main() {
HashMap *array=malloc(sizeof(HashMap));
Expand Down

0 comments on commit df61dc9

Please sign in to comment.