Код№2.
This commit is contained in:
parent
c307237fb8
commit
b38b98861e
@ -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