This commit is contained in:
2025-10-03 22:20:28 -03:00
parent 0e2f2f856e
commit 731e16609e
3 changed files with 11 additions and 1 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>
+4
View File
@@ -0,0 +1,4 @@
public class ClasseDados {
}
+2
View File
@@ -0,0 +1,2 @@
module biblioteca {
}