This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
taddeus
/
peephole
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
31df039239
Gałęzie
Tagi
master
peephole
/
benchmarks
/
hello.c
hello.c
114 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
int main(void)
{
int x = 1, b = 5, d = x + b;
double y = 2., z = 3.5;
char c = 'a';
return 0;
}