diff --git b/.idea/.gitignore a/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ a/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git b/.idea/misc.xml a/.idea/misc.xml
new file mode 100644
index 0000000..07115cd
--- /dev/null
+++ a/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git b/.idea/modules.xml a/.idea/modules.xml
new file mode 100644
index 0000000..6f617d9
--- /dev/null
+++ a/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git b/java-e003-generala.git.iml a/java-e003-generala.git.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ a/java-e003-generala.git.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git b/src/Generala.java a/src/Generala.java
new file mode 100644
index 0000000..2a49169
--- /dev/null
+++ a/src/Generala.java
@@ -0,0 +1,2 @@
+public class Generala {
+}