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

Method main

src/com/blankj/medium/_0012/Solution.java:20–24  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

18 }
19
20 public static void main(String[] args) {
21 Solution solution = new Solution();
22 System.out.println(solution.intToRoman(621));// DCXXI
23 System.out.println(solution.intToRoman(348));// CCCXLVIII
24 }
25}

Callers

nothing calls this directly

Calls 1

intToRomanMethod · 0.95

Tested by

no test coverage detected