Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Miguel Almeida <[email protected]>
  • Loading branch information
PauloMigAlmeida authored Mar 5, 2024
1 parent e538ed3 commit 2085c5b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/main.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "datastructure/linkedlist.h"

struct page_test {
int data;
struct list_head head;
};


void libmidori_main(void) {
// struct page_test *x = malloc(sizeof(*x));
// list_head_init(&x->head);

printf("hello world\n");
// free(x);
exit(0);
}

0 comments on commit 2085c5b

Please sign in to comment.