Compare commits

..

No commits in common. "Ветка1" and "main" have entirely different histories.

View File

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