fix: remove main.c

This commit is contained in:
Nemo D'ACREMONT 2025-03-14 17:47:56 +01:00
parent 22ca321fae
commit 7173c09cb6
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -1,8 +0,0 @@
#include <stdio.h>
#include "debug.h"
int main(int argc, char* argv[])
{
TRACE("Hello World");
return 0;
}