This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
pengyong
/
wukong
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
modify a.c
HUOGAI
1 mese fa
parent
5635657d00
commit
87f8120a54
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
a.c
+ 1
- 0
a.c
Vedi File
@@ -2,6 +2,7 @@
int main(void) {
int i=0;
+ i++;
printf("hello,world %d\n",i);
return 0;
}