(String[] args)
| 30 | } |
| 31 | |
| 32 | public static void main(String[] args) { |
| 33 | Solution solution = new Solution(); |
| 34 | for (int i = 1; i < 6; i++) { |
| 35 | System.out.println(solution.countAndSay(i)); |
| 36 | } |
| 37 | } |
| 38 | } |
nothing calls this directly
no test coverage detected