Commit d1e26eed authored by dicarlo-a's avatar dicarlo-a
Browse files

Renamed to lab05

parent c75bff07
No related merge requests found
Pipeline #116681 failed with stage
in 0 seconds
Showing with 6 additions and 6 deletions
+6 -6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<project version="4"> <project version="4">
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <modules>
<module fileurl="file://$PROJECT_DIR$/lab07-dfs.iml" filepath="$PROJECT_DIR$/lab07-dfs.iml" /> <module fileurl="file://$PROJECT_DIR$/lab05-dfs.iml" filepath="$PROJECT_DIR$/lab05-dfs.iml" />
</modules> </modules>
</component> </component>
</project> </project>
\ No newline at end of file
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<configuration default="false" name="A Tests" type="JUnit" factoryName="JUnit"> <configuration default="false" name="A Tests" type="JUnit" factoryName="JUnit">
<module name="lab07-dfs" /> <module name="lab05-dfs" />
<option name="MAIN_CLASS_NAME" value="A" /> <option name="MAIN_CLASS_NAME" value="A" />
<option name="METHOD_NAME" value="" /> <option name="METHOD_NAME" value="" />
<option name="TEST_OBJECT" value="tags" /> <option name="TEST_OBJECT" value="tags" />
......
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<configuration default="false" name="B Tests" type="JUnit" factoryName="JUnit"> <configuration default="false" name="B Tests" type="JUnit" factoryName="JUnit">
<module name="lab07-dfs" /> <module name="lab05-dfs" />
<option name="MAIN_CLASS_NAME" value="" /> <option name="MAIN_CLASS_NAME" value="" />
<option name="METHOD_NAME" value="" /> <option name="METHOD_NAME" value="" />
<option name="TEST_OBJECT" value="tags" /> <option name="TEST_OBJECT" value="tags" />
......
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<configuration default="false" name="C Tests" type="JUnit" factoryName="JUnit"> <configuration default="false" name="C Tests" type="JUnit" factoryName="JUnit">
<module name="lab07-dfs" /> <module name="lab05-dfs" />
<option name="MAIN_CLASS_NAME" value="" /> <option name="MAIN_CLASS_NAME" value="" />
<option name="METHOD_NAME" value="" /> <option name="METHOD_NAME" value="" />
<option name="TEST_OBJECT" value="tags" /> <option name="TEST_OBJECT" value="tags" />
......
File moved
package edu.caltech.cs2.lab07; package edu.caltech.cs2.lab05;
import edu.caltech.cs2.libraries.StdDraw; import edu.caltech.cs2.libraries.StdDraw;
......
package edu.caltech.cs2.lab07; package edu.caltech.cs2.lab05;
public class Point { public class Point {
public int x; // x coordinate of point public int x; // x coordinate of point
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment