Hacker News new | ask | show | jobs
by ipodize 4671 days ago
There's an error in the sample code.

    for(int i=0; i<ar2.length; i=i+1)
The '<' should be changed to '&lt;'