(String[] args)
| 41 | } |
| 42 | |
| 43 | public static void main(String[] args) { |
| 44 | Solution solution = new Solution(); |
| 45 | int[] nums0 = new int[]{-2, 1, -3, 4, -1, 2, 1, -5, 4}; |
| 46 | System.out.println(solution.maxSubArray(nums0)); |
| 47 | } |
| 48 | } |
nothing calls this directly
no test coverage detected