This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
taddeus
/
peephole
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Added more test code to hello.c
Taddeus Kroes
il y a 14 ans
Parent
e62c02fc21
commit
ad32fbbc07
1 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
3
0
benchmarks/hello.c
+ 3
- 0
benchmarks/hello.c
Voir le fichier
@@ -1,4 +1,7 @@
int main(void)
{
+ int x = 1;
+ double y = 2.;
+
return 0;
}