fixed wrong dependency in readme

pull/47/head
Ryzerth 2020-12-24 19:44:17 +01:00
rodzic c887b96a77
commit cc0b89dbe2
1 zmienionych plików z 0 dodań i 13 usunięć

13
test.c
Wyświetl plik

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