This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
hongwenjun
/
cpp
oglindă de
https://github.com/hongwenjun/cpp
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
main
Ramuri
Etichete
main
cpp
/
CPrimerPlus6E
/
Ch01
/
listing2.c
listing2.c
111 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
#include <stdio.h>
int main(void)
{
printf("Concrete contains gravel and cement.\n");
return 0;
}