diff options
Diffstat (limited to '')
| -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>  | 
