Ok, I'm stuck on sorting :D
The worst part is that I know how most of the sorting algorithms work, but I just can't fit my program into 253 bytes...
What algorithm do you recommend to use? I chose Bubble cause it seemed like it would be very simple to code