Код№1.
This commit is contained in:
parent
92a87e67e5
commit
0000fdd8bf
@ -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