From 5c05dfecb58b1253e7e4304a8752b961bd261fad Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 14 May 2021 20:19:59 +0100 Subject: [PATCH] Meta: Remove accidentally committed 'js.js' file --- js.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 js.js diff --git a/js.js b/js.js deleted file mode 100644 index 1c60b9936c..0000000000 --- a/js.js +++ /dev/null @@ -1,6 +0,0 @@ -let r = BigInt(1); - -for(let a=BigInt(2),b=2; b<500000; a++,b++) - r *= a; - -console.log(r);