Код№2. #1

Open
bankaSTR wants to merge 2 commits from Ветка2 into main
Showing only changes of commit 69a67f0a83 - Show all commits

View File

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