Advertisement
UniQuet0p1

Untitled

Sep 12th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. public class ColorSort {
  3.  
  4. enum Color {red, green, blue};
  5.  
  6. public static void main (String[] param) {
  7. // for debugging
  8. }
  9.  
  10. public static void reorder (Color[] balls) {
  11. // TODO!!!
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement