This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hongwenjun
/
cpp
réplica de
https://github.com/hongwenjun/cpp
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Rama:
main
Ramas
Etiquetas
main
cpp
/
CPrimerPlus6E
/
Ch01
/
listing2.c
listing2.c
111 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
#include <stdio.h>
int main(void)
{
printf("Concrete contains gravel and cement.\n");
return 0;
}