This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
kjhammerle
/
lonely-tiger
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
3ec6b417c0
Branche
Tagy
master
lonely-tiger
/
test
/
conditions
/
conditions2
conditions2
88 B
História
Raw
1
2
3
4
print(true || true);
print(false || true);
print(true || false);
print(false || false);