summaryrefslogtreecommitdiff
path: root/src/Core.java
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-25 18:36:30 +0200
committerLeonard Kugis <leonard@kug.is>2022-04-25 18:36:30 +0200
commit84e220b332bfffb0f2dcc39b9697a6fd6691d265 (patch)
tree0b861a9a099017ffd9bf00bae12e33ed6a309bbe /src/Core.java
Initial commitHEADmaster
Diffstat (limited to 'src/Core.java')
-rwxr-xr-xsrc/Core.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Core.java b/src/Core.java
new file mode 100755
index 0000000..8a9b319
--- /dev/null
+++ b/src/Core.java
@@ -0,0 +1,8 @@
+
+public class Core {
+
+ public static void main(String[] bla) {
+ new OptionWindow();
+ }
+
+}