Hacker News new | ask | show | jobs
by Spl3en 3820 days ago
What about this ?

    for(y=0; y<ymax; y++) {
    for(x=0; x<xmax; x++) {
        //...
    }
    }