Skip to content

Commit 1b25ade

Browse files
committed
v0.0.1
1 parent b909bac commit 1b25ade

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/java/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Main {
44
public static void main(String[] args) throws Exception {
5-
String result = AmountToWord.convertTo(new BigDecimal("1234567891011"), AmountConversion.BURMESE);
5+
String result = AmountToWord.convertTo(new BigDecimal("123456789101"), AmountConversion.BURMESE);
66
System.out.println(result);
77
}
88
}

target/classes/Main.class

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)