commit 16cd937b5f756d90d24ecd9141a425e597473ec2 Author: zeefaad Date: Thu Dec 25 10:59:04 2025 +0100 add main.c diff --git a/main.c b/main.c new file mode 100644 index 0000000..02efc07 --- /dev/null +++ b/main.c @@ -0,0 +1,6 @@ +#include "raylib.h" + +int main () { + + return 0; +}