From 918561db60e446b2c7c0ea345372e36aaf9e731a Mon Sep 17 00:00:00 2001 From: MorozovDanil Date: Mon, 13 May 2024 12:13:42 +0400 Subject: [PATCH] main --- .idea/Lab(HARD).iml | 4 +- .idea/misc.xml | 2 +- .idea/uiDesigner.xml | 124 ++++++++++++++++++ ProjectContainerShip/ProjectContainerShip.iml | 11 ++ ProjectContainerShip/src/Main.java | 5 - 5 files changed, 139 insertions(+), 7 deletions(-) create mode 100644 .idea/uiDesigner.xml create mode 100644 ProjectContainerShip/ProjectContainerShip.iml delete mode 100644 ProjectContainerShip/src/Main.java diff --git a/.idea/Lab(HARD).iml b/.idea/Lab(HARD).iml index d6ebd48..b107a2d 100644 --- a/.idea/Lab(HARD).iml +++ b/.idea/Lab(HARD).iml @@ -2,7 +2,9 @@ - + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..bcb5da6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..2b63946 --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ProjectContainerShip/ProjectContainerShip.iml b/ProjectContainerShip/ProjectContainerShip.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/ProjectContainerShip/ProjectContainerShip.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/ProjectContainerShip/src/Main.java b/ProjectContainerShip/src/Main.java deleted file mode 100644 index 3e59c38..0000000 --- a/ProjectContainerShip/src/Main.java +++ /dev/null @@ -1,5 +0,0 @@ -public class Main { - public static void main(String[] args) { - System.out.println("Hello world!"); - } -} \ No newline at end of file