Commit 95ae7f15 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

inital

parents
Loading
Loading
Loading
Loading

.idea/.gitignore

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Default ignored files
/workspace.xml
 No newline at end of file

.idea/description.html

0 → 100644
+2 −0
Original line number Diff line number Diff line
<html>Simple <b>Java</b> application that includes a class with <code>main()</code> method</html>
 No newline at end of file

.idea/encodings.xml

0 → 100644
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Encoding">
    <file url="PROJECT" charset="UTF-8" />
  </component>
</project>
 No newline at end of file

.idea/misc.xml

0 → 100644
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectKey">
    <option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" />
  </component>
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
    <output url="file://$PROJECT_DIR$/out" />
  </component>
</project>
 No newline at end of file

.idea/modules.xml

0 → 100644
+9 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/hw1p1.iml" filepath="$PROJECT_DIR$/hw1p1.iml" />
    </modules>
  </component>
</project>
 No newline at end of file