This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
hongwenjun
/
cpp
mirror de
https://github.com/hongwenjun/cpp
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ramo:
main
Ramos
Etiquetas
main
cpp
/
C5
/
P8
/
c8-17.c
c8-17.c
104 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
#include <stdio.h>
int main()
{char *string="I love China!";
printf("%s\n",string);
return 0;
}