compiler-test

This commit is contained in:
Christoph J. Scherr 2022-11-24 15:35:56 +01:00
parent 8348f86f05
commit 1902e0d901
1 changed files with 5 additions and 0 deletions

5
compiler-test.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main(){
return 0;
}