This commit is contained in:
Tilo-K
2025-06-20 13:23:33 +02:00
commit 55e42817be
5 changed files with 40 additions and 0 deletions

4
tests/test_main.c Normal file
View File

@@ -0,0 +1,4 @@
int main(void) {
return 0;
}