This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kjhammerle
/
snuvi-script-recoded
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
8e8d83140b
Ramuri
Etichete
master
snuvi-script-re...
/
test
/
conditions
/
conditions2
conditions2
88 B
Istoric
Crud
1
2
3
4
print(true || true);
print(false || true);
print(true || false);
print(false || false);