Y
Hacker News
new
|
ask
|
show
|
jobs
by
Scryptonite
4519 days ago
Least bytes?
var a=process.argv,i=a.length,x=0;while(i>2)x-=-a[--i];console.log(x)
1 comments
jamescarl
4518 days ago
That's a neat approach! Thanks
link