Skip to content

Commit 44a9b40

Browse files
committed
07-integers: Fill big-decimal challenge
1 parent 6c28f81 commit 44a9b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
import java.math.BigDecimal;
2+
13
public class MyBigDecimal {
24
public static void main(String[] args) {
5+
System.out.println(new BigDecimal(0.1));
36
}
47
}

0 commit comments

Comments
 (0)