(String[] args)
| 64 | } |
| 65 | |
| 66 | public static void main(String[] args) { |
| 67 | Solution solution = new Solution(); |
| 68 | System.out.println(solution.minSubArrayLen(7, new int[]{2, 3, 1, 2, 4, 3})); |
| 69 | } |
| 70 | } |
nothing calls this directly
no test coverage detected