Add main file

This commit is contained in:
Abdelrahman Said 2024-07-19 21:57:01 +01:00
parent 9131f19c95
commit 2beb091a44

4
src/main.c Normal file
View File

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