diff --git a/.idea/Athene.iml b/.idea/Athene.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/Athene.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..639900d
--- /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..bcee27a
--- /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/ProjectStormtrooper/.gitignore b/ProjectStormtrooper/.gitignore
new file mode 100644
index 0000000..f68d109
--- /dev/null
+++ b/ProjectStormtrooper/.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/ProjectStormtrooper/.idea/.gitignore b/ProjectStormtrooper/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/ProjectStormtrooper/.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 a/ProjectStormtrooper/.idea/misc.xml b/ProjectStormtrooper/.idea/misc.xml
new file mode 100644
index 0000000..69ace3f
--- /dev/null
+++ b/ProjectStormtrooper/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectStormtrooper/.idea/modules.xml b/ProjectStormtrooper/.idea/modules.xml
new file mode 100644
index 0000000..bcc307f
--- /dev/null
+++ b/ProjectStormtrooper/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectStormtrooper/.idea/vcs.xml b/ProjectStormtrooper/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/ProjectStormtrooper/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectStormtrooper/ProjectStormtrooper.iml b/ProjectStormtrooper/ProjectStormtrooper.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/ProjectStormtrooper/ProjectStormtrooper.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectStormtrooper/src/Main.java b/ProjectStormtrooper/src/Main.java
new file mode 100644
index 0000000..3e59c38
--- /dev/null
+++ b/ProjectStormtrooper/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