Код№2. #1
@ -0,0 +1,11 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
void project1();
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
project1();
|
||||||
|
}
|
||||||
|
|
||||||
|
void project1() {
|
||||||
|
printf("HELLO!!!!!!!!");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user