изучаю make

This commit is contained in:
2026-01-02 23:20:14 +05:00
parent caaf23399d
commit 0b1551edc5
5 changed files with 80 additions and 0 deletions

6
source/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello World!\n");
return 0;
}

BIN
source/test Executable file

Binary file not shown.