Initial commit

This commit is contained in:
2024-08-24 01:04:40 +02:00
commit 08f14d81c7
3 changed files with 42 additions and 0 deletions

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#define UNUSED(s) (void)(s)
int main(void)
{
return 0;
}