diff --git a/.idea/artifacts/tp_math_jar.xml b/.idea/artifacts/tp_math_jar.xml
new file mode 100644
index 0000000000000000000000000000000000000000..85d49bbc726c35eabcd12be3a6433266d7ebbd94
--- /dev/null
+++ b/.idea/artifacts/tp_math_jar.xml
@@ -0,0 +1,11 @@
+<component name="ArtifactManager">
+  <artifact type="jar" name="tp-math:jar">
+    <output-path>$PROJECT_DIR$/out/artifacts/tp_math_jar</output-path>
+    <root id="archive" name="tp-math.jar">
+      <element id="directory" name="META-INF">
+        <element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" />
+      </element>
+      <element id="module-output" name="tp-math" />
+    </root>
+  </artifact>
+</component>
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index a818314fefa41afad001f9d5e79d4d28946a98f7..07115cdf15dd408d3affb9240e112578e04abf68 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="ProjectRootManager" version="2" project-jdk-name="17" project-jdk-type="JavaSDK">
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/out" />
   </component>
 </project>
\ No newline at end of file
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000000000000000000000000000000000..5ee19cb097ba1bb5961c11d204d1c4a34f14da5f
--- /dev/null
+++ b/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Main-Class: Main
+