This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
taddeus
/
peephole
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Added more test code to hello.c
Taddeus Kroes
%!s(int64=14) %!d(string=hai) anos
pai
e62c02fc21
achega
ad32fbbc07
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
benchmarks/hello.c
+ 3
- 0
benchmarks/hello.c
Ver ficheiro
@@ -1,4 +1,7 @@
int main(void)
{
+ int x = 1;
+ double y = 2.;
+
return 0;
}