MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/easy/_0013/Solution.java:36–40  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

romanToIntMethod · 0.95

Tested by

no test coverage detected