fixed wrong dependency in readme

This commit is contained in:
Ryzerth 2020-12-24 19:44:17 +01:00
parent c887b96a77
commit cc0b89dbe2

13
test.c
View File

@ -1,13 +0,0 @@
#include <stdio.h>
int main() {
int mavariable = 420;
int* mon_pointer = &mavariable;
struct
printf("%p\n", *mon_pointer);
}