This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
taddeus
/
peephole
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
Added more test code to hello.c
Taddeus Kroes
há 14 anos atrás
pai
e62c02fc21
commit
ad32fbbc07
1 ficheiros alterados
com
3 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas 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;
}