This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
taddeus
/
peephole
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Added more test code to hello.c
Taddeus Kroes
14 anni fa
parent
e62c02fc21
commit
ad32fbbc07
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
benchmarks/hello.c
+ 3
- 0
benchmarks/hello.c
Vedi File
@@ -1,4 +1,7 @@
int main(void)
{
+ int x = 1;
+ double y = 2.;
+
return 0;
}