|
|
|
|
|
by rgabo
5462 days ago
|
|
It takes SUM(argv) as opposed to MAX(argv) as originally stated, which was wrong. Every argument will put itself back into the event loop (tick) N times until it actually prints the value so we need to SUM the values and not just take the MAX. |
|