mirror of https://github.com/01-edu/public.git
amin
5 months ago
committed by
zanninso
3 changed files with 8 additions and 5 deletions
@ -1,5 +1,2 @@
|
||||
public class ExerciseRunner { |
||||
public static void main(String[] args) throws IOException { |
||||
System.out.println(Arrays.toString(RotateArray.rotate(new Integer[]{4, 2, 1, 3}, 1))); |
||||
} |
||||
} |
||||
import java.io.*; |
||||
import java.util.Arrays; |
Loading…
Reference in new issue