Код№2.

This commit is contained in:
bankaSTR 2024-12-03 02:57:24 +04:00
parent 7de6ce3717
commit 6f8fec8fb0

View File

@ -0,0 +1,11 @@
#include <stdio.h>
void project1();
int main() {
project1();
}
void project1() {
printf("HELLO!!!!!!");
}