diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-29 13:26:52 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-29 13:26:52 -0600 |
| commit | b0cc0eac66fce61a21cd0567e7721cc877e2599e (patch) | |
| tree | e74bc4826a2262ac9186dc1f8472b8809e5339f4 /src/01/01a/priority_queue.c | |
| parent | 44394437c04390b5735654223c7f6ce6d0849799 (diff) | |
Create a separate executable for manually running the program
Diffstat (limited to 'src/01/01a/priority_queue.c')
| -rw-r--r-- | src/01/01a/priority_queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/01/01a/priority_queue.c b/src/01/01a/priority_queue.c index f6e3364..2d0670d 100644 --- a/src/01/01a/priority_queue.c +++ b/src/01/01a/priority_queue.c @@ -65,4 +65,3 @@ void destroy(PriorityQueue *queue) { } free(queue); } - |
