Week 11 challenge from Project Euler

This commit is contained in:
Josh Ashton
2023-11-15 11:26:23 -07:00
parent 1d457612ec
commit 6a177a60d6
7 changed files with 78 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
public class App {
public static void main(String[] args) {
Gui g = new Gui();
}
}