diff options
author | ArghKevin <kagheli@student.sdccd.edu> | 2024-04-29 13:34:51 -0700 |
---|---|---|
committer | ArghKevin <kagheli@student.sdccd.edu> | 2024-04-29 13:34:51 -0700 |
commit | 0755196a56c2b4c7ce7dc0b48de5c7f9474b2b21 (patch) | |
tree | dc502ac1ebf6b732d04e814f098ac40a9aaeee00 /.classpath | |
parent | b91b582d8a6c0b2e78a20a517c6e0d3b036725d8 (diff) |
Week 2. Description of graphics progress.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="bin"/> +</classpath> |