mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-27 05:18:46 +08:00
🎨 format
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
var (t,res)=(1,0);
|
||||
for(var m=1;m<4e6;m+=2)
|
||||
for (var m=1;m<4e6;m+=2)
|
||||
{
|
||||
res+=t/m;
|
||||
t=-t;
|
||||
|
||||
Reference in New Issue
Block a user