Skip to content
Snippets Groups Projects

Resolve "Java puzzle code"

Merged Colin DAMON requested to merge 104-java-puzzle-code into master
Files
6
/**
*
*/
package fr.ippon;
import static org.assertj.core.api.Assertions.*;
@@ -8,11 +5,6 @@ import static org.assertj.core.api.Assertions.*;
import java.math.BigDecimal;
import org.junit.jupiter.api.Test;
/**
* Simple puzzle around {@link BigDecimal}
*
* @author ippon
*/
public class PlayingWithBigDecimal {
@Test
Loading