This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hongwenjun
/
cpp
espejo de
https://github.com/hongwenjun/cpp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
30457fabbf
Ramas
Etiquetas
main
cpp
/
examples
/
01_helloworld.c
01_helloworld.c
74 B
Histórico
Raw
1
2
3
4
5
6
7
#
include
<stdio.h>
int
main
()
{
printf
(
"Hello, world!\n"
);
return
0
;
}