diff --git a/ProjectMotorBoat/.gitignore b/ProjectMotorBoat/.gitignore
new file mode 100644
index 0000000..f68d109
--- /dev/null
+++ b/ProjectMotorBoat/.gitignore
@@ -0,0 +1,29 @@
+### IntelliJ IDEA ###
+out/
+!**/src/main/**/out/
+!**/src/test/**/out/
+
+### Eclipse ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+bin/
+!**/src/main/**/bin/
+!**/src/test/**/bin/
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+
+### VS Code ###
+.vscode/
+
+### Mac OS ###
+.DS_Store
\ No newline at end of file
diff --git a/ProjectMotorBoat/.idea/.gitignore b/ProjectMotorBoat/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/ProjectMotorBoat/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/ProjectMotorBoat/.idea/misc.xml b/ProjectMotorBoat/.idea/misc.xml
new file mode 100644
index 0000000..6f29fee
--- /dev/null
+++ b/ProjectMotorBoat/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectMotorBoat/.idea/modules.xml b/ProjectMotorBoat/.idea/modules.xml
new file mode 100644
index 0000000..d7c3a4d
--- /dev/null
+++ b/ProjectMotorBoat/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectMotorBoat/ProjectMotorBoat.iml b/ProjectMotorBoat/ProjectMotorBoat.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/ProjectMotorBoat/ProjectMotorBoat.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectMotorBoat/src/Main.java b/ProjectMotorBoat/src/Main.java
new file mode 100644
index 0000000..3e59c38
--- /dev/null
+++ b/ProjectMotorBoat/src/Main.java
@@ -0,0 +1,5 @@
+public class Main {
+ public static void main(String[] args) {
+ System.out.println("Hello world!");
+ }
+}
\ No newline at end of file