Working code

This commit is contained in:
lukasabbe
2025-07-11 15:08:55 +02:00
parent cf25e24f66
commit d45efb986f
7 changed files with 9 additions and 41 deletions
@@ -2,6 +2,7 @@ package com.lukasabbe.bookshelfinspector.util;
import java.util.TreeMap;
//https://stackoverflow.com/questions/12967896/converting-integers-to-roman-numerals-java
public class RomanNumerals {
private final static TreeMap<Integer, String> map = new TreeMap<>();
static {