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 904fd02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ jobs:

- name: Run tests
run: |
pwd
ls
ls checker/
hw_checker --legacy
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 904fd02

Please sign in to comment.