1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00:00

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

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);