diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-04-26 20:47:30 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-04-26 20:47:30 -0400 |
commit | f693319abcd7304310bf7b171dfd98517bc5f1e7 (patch) | |
tree | 32df35d65e9c8c1ff53490e37d6b799dd9ae2d35 /.classpath | |
download | NPEhero-f693319abcd7304310bf7b171dfd98517bc5f1e7.tar.gz NPEhero-f693319abcd7304310bf7b171dfd98517bc5f1e7.tar.bz2 NPEhero-f693319abcd7304310bf7b171dfd98517bc5f1e7.zip |
First commit
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..c53469e --- /dev/null +++ b/.classpath @@ -0,0 +1,10 @@ +<?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-11"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" path=""/> + <classpathentry kind="output" path=""/> +</classpath> |