Код№2.
This commit is contained in:
parent
68c9bba99a
commit
9b1b607a2a
@ -0,0 +1,11 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
void project1();
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
project1();
|
||||||
|
}
|
||||||
|
|
||||||
|
void project1() {
|
||||||
|
printf("HELLO!!!!!!!!");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user