diff --git a/src/Dice.java b/src/Dice.java index 60c857d..fd8f234 100644 --- a/src/Dice.java +++ b/src/Dice.java @@ -15,6 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ + //mauauauauauauauauauaq + // ik f je code import java.util.Random; @@ -38,4 +40,9 @@ public int throwDice() { return d.nextInt(dice_max)+1; } + + public void watMoetIkHiermee() + { + System.out.println("Ik weet het niet");) + } }