From 1a729b6ab8121288bf2ccb384c9fdbcd6cf2b1dd Mon Sep 17 00:00:00 2001 From: luming Date: Mon, 28 Jun 2021 17:07:36 +0800 Subject: [PATCH] main --- .idea/uiDesigner.xml | 124 ++++++++++++++++++++++++++++++++++++++++ src/{ => basic}/Main.kt | 0 2 files changed, 124 insertions(+) create mode 100644 .idea/uiDesigner.xml rename src/{ => basic}/Main.kt (100%) diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Main.kt b/src/basic/Main.kt similarity index 100% rename from src/Main.kt rename to src/basic/Main.kt