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
Árbore:
e07659193e
Ramas
Etiquetas
main
cpp
/
base
/
01-hello.c
01-hello.c
79 B
Histórico
Raw
1
2
3
4
5
6
#
include
<stdio.h>
int
main
()
{
printf
(
"Hello, World!\n"
);
return
0
;
}