Код№2.89sqd

This commit is contained in:
bankaSTR 2024-12-03 02:28:10 +04:00
parent 2ad714cf1d
commit 614d58eaa9

View File

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