(String[] args)
| 34 | } |
| 35 | |
| 36 | public static void main(String[] args) { |
| 37 | Solution solution = new Solution(); |
| 38 | System.out.println(solution.romanToInt("DCXXI"));// 621 |
| 39 | System.out.println(solution.romanToInt("CCCXLVIII"));// 348 |
| 40 | } |
| 41 | } |
nothing calls this directly
no test coverage detected