Skip to content

Commit

Permalink
remove useless Builder from day 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ythirion committed Dec 26, 2023
1 parent 3964bcf commit b728ada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
24 changes: 0 additions & 24 deletions solution/day20/src/test/java/constrain/input/DiceBuilder.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package constrain.input;

import builders.DiceBuilder;
import domain.yahtzee.constrain.input.Error;
import domain.yahtzee.constrain.input.Roll;
import domain.yahtzee.constrain.input.YahtzeeCalculator;
Expand Down

0 comments on commit b728ada

Please sign in to comment.