diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..002da1d
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+Main.java
\ No newline at end of file
diff --git a/.idea/PIbd-14_Calimullin_A.R._AirFighter_Hard.iml b/.idea/PIbd-14_Calimullin_A.R._AirFighter_Hard.iml
new file mode 100644
index 0000000..46b8e8c
--- /dev/null
+++ b/.idea/PIbd-14_Calimullin_A.R._AirFighter_Hard.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..6f29fee
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..f3dd7ca
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectAirFighter/ProjectAirFighter.iml b/ProjectAirFighter/ProjectAirFighter.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/ProjectAirFighter/ProjectAirFighter.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectAirFighter/src/Main.java b/ProjectAirFighter/src/Main.java
new file mode 100644
index 0000000..01e0b25
--- /dev/null
+++ b/ProjectAirFighter/src/Main.java
@@ -0,0 +1,4 @@
+public class Main {
+ public static void main(String[] args) {
+ }
+}
\ No newline at end of file
diff --git a/out/production/PIbd-14_Calimullin_A.R._AirFighter_Hard/Main.class b/out/production/PIbd-14_Calimullin_A.R._AirFighter_Hard/Main.class
new file mode 100644
index 0000000..fec5bfe
Binary files /dev/null and b/out/production/PIbd-14_Calimullin_A.R._AirFighter_Hard/Main.class differ