commit c874187f394d5de6f2c16e701aa2d66d08338975 Author: polymurph Date: Sat Oct 29 21:40:46 2022 +0200 added main.c diff --git a/main.c b/main.c new file mode 100644 index 0000000..c3235e4 --- /dev/null +++ b/main.c @@ -0,0 +1,7 @@ + + + +int main(void) +{ + return 0; +} \ No newline at end of file