Source code

Revision control

Copy as Markdown

Other Tools

function f0() {
var v0;
(++v0) ^ (v0--);
}
print(f0());