diff --git a/src/main/java/net/rptools/maptool/advanceddice/Main.java b/src/main/java/net/rptools/maptool/advanceddice/Main.java
deleted file mode 100644
index 49b4235..0000000
--- a/src/main/java/net/rptools/maptool/advanceddice/Main.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * This software Copyright by the RPTools.net development team, and
- * licensed under the Affero GPL Version 3 or, at your option, any later
- * version.
- *
- * MapTool Source Code is distributed in the hope that it will be
- * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * You should have received a copy of the GNU Affero General Public
- * License * along with this source Code. If not, please visit
- * and specifically the Affero license
- * text at .
- */
-package net.rptools.maptool.advanceddice;
-
-public class Main {
-
- public static void main(String[] args) {
- var result = new GenesysDiceRoller().roll("2y (boost: 2b (subboost: 4b)) ${?whats the value}f");
- System.out.println(result);
- }
-}