diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..3cfdddd
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..a818314
--- /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..ecb7669
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..797acea
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ 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/partnerArbeit.iml b/partnerArbeit.iml
new file mode 100644
index 0000000..072a0b5
--- /dev/null
+++ b/partnerArbeit.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/paul/passwd b/paul/passwd
new file mode 100644
index 0000000..641db6f
--- /dev/null
+++ b/paul/passwd
@@ -0,0 +1,4 @@
+hofmannol
+2df372ddeafdf65908ddda48799d6f21
+wimmerma
+eb9b41a390c3a252aff0454e8df16f75
diff --git a/src/Application.java b/src/Application.java
new file mode 100644
index 0000000..9c15f0e
--- /dev/null
+++ b/src/Application.java
@@ -0,0 +1,6 @@
+public class Application {
+
+ public static void main(String[] args) {
+
+ }
+}
diff --git a/src/Credentials.java b/src/Credentials.java
index 4c6cd74..a582e57 100644
--- a/src/Credentials.java
+++ b/src/Credentials.java
@@ -1,3 +1,13 @@
public class Credentials {
+ String login = login;
+ String hash = hash;
+
+
+ public void Credentials(){}
+
+ public boolean valid(){
+
+ }
+
}