Add preprocessing step

This commit is contained in:
Alexander Heldt
2024-06-17 20:02:48 +02:00
parent 297a507a3a
commit 3dab4aece3
7 changed files with 1019 additions and 0 deletions

3
src/main.c Normal file
View File

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