We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b909bac commit 1b25adeCopy full SHA for 1b25ade
src/main/java/Main.java
@@ -2,7 +2,7 @@
2
3
public class Main {
4
public static void main(String[] args) throws Exception {
5
- String result = AmountToWord.convertTo(new BigDecimal("1234567891011"), AmountConversion.BURMESE);
+ String result = AmountToWord.convertTo(new BigDecimal("123456789101"), AmountConversion.BURMESE);
6
System.out.println(result);
7
}
8
target/classes/Main.class
-2 Bytes
0 commit comments