mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
8 lines
305 B
XML
8 lines
305 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry excluding="data_structures/" kind="src" path=""/>
|
|
<classpathentry kind="src" path="data_structures"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|