Meta: Remove accidentally committed 'js.js' file

This commit is contained in:
Linus Groh 2021-05-14 20:19:59 +01:00
parent f512b24b21
commit 5c05dfecb5
Notes: sideshowbarker 2024-07-18 18:09:12 +09:00

6
js.js
View File

@ -1,6 +0,0 @@
let r = BigInt(1);
for(let a=BigInt(2),b=2; b<500000; a++,b++)
r *= a;
console.log(r);