chapter 01
This commit is contained in:
commit
850c3bbb9f
9
c01_enlighten/concrete.c
Normal file
9
c01_enlighten/concrete.c
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(void)
|
||||||
|
{
|
||||||
|
printf("Concrete contains gravel and cement.\n");
|
||||||
|
printf("混凝土含有砾石和水泥。\n");
|
||||||
|
printf("A .c is used to end a C program filename.\n");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user