New Paste :: Recent Pastes:: Add Line Numbers
A Paste by Anonymous
case INT: if( x == t.x ) if( y == t.y ) return g < t.g; else return y < t.y; return x < t.x;