This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
taddeus
/
peephole
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Added more test code to hello.c
Taddeus Kroes
hace 14 años
padre
e62c02fc21
commit
ad32fbbc07
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
benchmarks/hello.c
+ 3
- 0
benchmarks/hello.c
Ver fichero
@@ -1,4 +1,7 @@
int main(void)
{
+ int x = 1;
+ double y = 2.;
+
return 0;
}