add test.c

This commit is contained in:
PanSi21 2025-01-04 23:23:55 +01:00
parent 7c23042469
commit db24857775
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462

3
test.c Normal file
View file

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