tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug677074.js (90B)


      1 function f0(p0,p1) {
      2    if (p0) {
      3        p1 + p1;
      4    } else if (p0);
      5 }
      6 print(f0(0,0));