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