commit ee5f4bc930e28abb2641b7aaa084fa86d82efbfc Author: AntonioFrische Date: Tue Sep 27 15:58:43 2022 +0200 first commit diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..b078173 --- /dev/null +++ b/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..d545471 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + ListarDirectorios + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..b635231 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,14 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=18 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=18 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=18 diff --git a/bin/antoniofrische/com/ActListar.class b/bin/antoniofrische/com/ActListar.class new file mode 100644 index 0000000..1ca0378 Binary files /dev/null and b/bin/antoniofrische/com/ActListar.class differ diff --git a/bin/module-info.class b/bin/module-info.class new file mode 100644 index 0000000..3bb8813 Binary files /dev/null and b/bin/module-info.class differ diff --git a/src/antoniofrische/com/ActListar.java b/src/antoniofrische/com/ActListar.java new file mode 100644 index 0000000..d4fc6d7 --- /dev/null +++ b/src/antoniofrische/com/ActListar.java @@ -0,0 +1,8 @@ +package antoniofrische.com; + +public class ActListar { + public static void main(String args[]) { + + } + +} diff --git a/src/module-info.java b/src/module-info.java new file mode 100644 index 0000000..8f5ac9c --- /dev/null +++ b/src/module-info.java @@ -0,0 +1,2 @@ +module ListarDirectorios { +} \ No newline at end of file