Skip to content

Commit

Permalink
Added homework 3
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Grancsa <[email protected]>
  • Loading branch information
RobertGrancsa committed May 10, 2024
1 parent 891d6cd commit 0a596bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions social_media.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

#include "users.h"
#include "friends.h"
#include "posts.h"
#include "feed.h"

extern graph_t connections;

/**
* Initializez every task based on which task we are running
*/
Expand Down

0 comments on commit 0a596bb

Please sign in to comment.