From ea12bf26206f4c4ffb3ec4e749ebb8e2d0128997 Mon Sep 17 00:00:00 2001 From: pulrtm75f <1737941628@qq.com> Date: Sat, 13 Apr 2024 18:20:52 +0800 Subject: [PATCH] ADD file via upload --- src/App.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/App.java diff --git a/src/App.java b/src/App.java new file mode 100644 index 0000000..2c95074 --- /dev/null +++ b/src/App.java @@ -0,0 +1,6 @@ +public class App { + + public static void main(String[] args) { + new StartFrame(); + } +}