diff --git a/.idea/artifacts/Democracy_jar.xml b/.idea/artifacts/Democracy_jar.xml
new file mode 100644
index 0000000..e6759e4
--- /dev/null
+++ b/.idea/artifacts/Democracy_jar.xml
@@ -0,0 +1,10 @@
+
+
+ $PROJECT_DIR$/out/artifacts/Democracy_jar
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/basisSwing130203UTF8.xml b/.idea/libraries/basisSwing130203UTF8.xml
new file mode 100644
index 0000000..23124e9
--- /dev/null
+++ b/.idea/libraries/basisSwing130203UTF8.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Democracy/Democracy.iml b/Democracy/Democracy.iml
index 64f7451..9507860 100644
--- a/Democracy/Democracy.iml
+++ b/Democracy/Democracy.iml
@@ -8,5 +8,6 @@
+
\ No newline at end of file
diff --git a/Democracy/src/META-INF/MANIFEST.MF b/Democracy/src/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..5c4afaa
--- /dev/null
+++ b/Democracy/src/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Main-Class: Operator
+
diff --git a/Dino/Dino.iml b/Dino/Dino.iml
index 64f7451..9507860 100644
--- a/Dino/Dino.iml
+++ b/Dino/Dino.iml
@@ -8,5 +8,6 @@
+
\ No newline at end of file
diff --git a/FindTheHole/FindTheHole.iml b/FindTheHole/FindTheHole.iml
index c90834f..91e02bc 100644
--- a/FindTheHole/FindTheHole.iml
+++ b/FindTheHole/FindTheHole.iml
@@ -7,5 +7,6 @@
+
\ No newline at end of file
diff --git a/Paint/Paint.iml b/Paint/Paint.iml
index c90834f..91e02bc 100644
--- a/Paint/Paint.iml
+++ b/Paint/Paint.iml
@@ -7,5 +7,6 @@
+
\ No newline at end of file
diff --git a/RaketeGame/RaketeGame.iml b/RaketeGame/RaketeGame.iml
index 402a0df..435c13e 100644
--- a/RaketeGame/RaketeGame.iml
+++ b/RaketeGame/RaketeGame.iml
@@ -6,5 +6,6 @@
+
\ No newline at end of file
diff --git a/RollTheDice/RollTheDice.iml b/RollTheDice/RollTheDice.iml
index c90834f..91e02bc 100644
--- a/RollTheDice/RollTheDice.iml
+++ b/RollTheDice/RollTheDice.iml
@@ -7,5 +7,6 @@
+
\ No newline at end of file
diff --git a/Rotkeappchengame/Rotkeappchengame.iml b/Rotkeappchengame/Rotkeappchengame.iml
index dcdb655..7d25bc0 100644
--- a/Rotkeappchengame/Rotkeappchengame.iml
+++ b/Rotkeappchengame/Rotkeappchengame.iml
@@ -8,5 +8,6 @@
+
\ No newline at end of file
diff --git a/SpaceFighter/SpaceFighter.iml b/SpaceFighter/SpaceFighter.iml
index c90834f..91e02bc 100644
--- a/SpaceFighter/SpaceFighter.iml
+++ b/SpaceFighter/SpaceFighter.iml
@@ -7,5 +7,6 @@
+
\ No newline at end of file
diff --git a/TOOLS/TOOLS.iml b/TOOLS/TOOLS.iml
index e2b0bb6..e4ded26 100644
--- a/TOOLS/TOOLS.iml
+++ b/TOOLS/TOOLS.iml
@@ -10,5 +10,6 @@
+
\ No newline at end of file
diff --git a/TicTacToe/TicTacToe.iml b/TicTacToe/TicTacToe.iml
index 64f7451..9507860 100644
--- a/TicTacToe/TicTacToe.iml
+++ b/TicTacToe/TicTacToe.iml
@@ -8,5 +8,6 @@
+
\ No newline at end of file
diff --git a/out/artifacts/Democracy_jar/Democracy.jar b/out/artifacts/Democracy_jar/Democracy.jar
new file mode 100755
index 0000000..5322b61
Binary files /dev/null and b/out/artifacts/Democracy_jar/Democracy.jar differ
diff --git a/out/production/Democracy/DayCounter.class b/out/production/Democracy/DayCounter.class
new file mode 100644
index 0000000..b654175
Binary files /dev/null and b/out/production/Democracy/DayCounter.class differ
diff --git a/out/production/Democracy/META-INF/MANIFEST.MF b/out/production/Democracy/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..5c4afaa
--- /dev/null
+++ b/out/production/Democracy/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Main-Class: Operator
+
diff --git a/out/production/Democracy/Operator.class b/out/production/Democracy/Operator.class
new file mode 100644
index 0000000..a2d16ec
Binary files /dev/null and b/out/production/Democracy/Operator.class differ
diff --git a/out/production/Democracy/Output.class b/out/production/Democracy/Output.class
new file mode 100644
index 0000000..973ac31
Binary files /dev/null and b/out/production/Democracy/Output.class differ
diff --git a/out/production/Democracy/Person.class b/out/production/Democracy/Person.class
new file mode 100644
index 0000000..360027f
Binary files /dev/null and b/out/production/Democracy/Person.class differ
diff --git a/out/production/Democracy/Render.class b/out/production/Democracy/Render.class
new file mode 100644
index 0000000..3b6ade3
Binary files /dev/null and b/out/production/Democracy/Render.class differ