This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
kjhammerle
/
lonely-tiger
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
2fda5d794e
Gałęzie
Tagi
master
lonely-tiger
/
tests
/
struct
/
reference
reference
73 B
Historia
Czysty
1
2
3
4
5
6
void main() {
int a = 5;
int& b = a;
print a;
print b;
}