Add main source

This commit is contained in:
8dcc 2023-07-19 19:39:50 +02:00
parent e5419df797
commit ddbb36d191
1 changed files with 6 additions and 0 deletions

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");
}