-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
22 lines (22 loc) · 969 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="Exams"/>
<classpathentry kind="src" path="java_Array"/>
<classpathentry kind="src" path="Java_Collection"/>
<classpathentry kind="src" path="Java_Exception"/>
<classpathentry kind="src" path="Java_IO"/>
<classpathentry kind="src" path="Java_String"/>
<classpathentry kind="src" path="NestedClass"/>
<classpathentry kind="src" path="Oops_Concept"/>
<classpathentry kind="src" path="PrintPattern"/>
<classpathentry kind="src" path="RegEx"/>
<classpathentry kind="src" path="WrapperClasses"/>
<classpathentry kind="src" path="JavDateTime"/>
<classpathentry kind="output" path="bin"/>
</classpath>