Add main source

This commit is contained in:
8dcc 2023-07-19 19:39:50 +02:00
parent e5419df797
commit ddbb36d191

6
src/main.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
/* #include <dlfcn.h> */
__attribute__((constructor)) void load(void) {
printf("hl-cheat loaded!\n");
}