Skip to content

Commit b957f77

Browse files
authored
Create measuringARobot.js
1 parent 4fddd82 commit b957f77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function compareRobots(robot1, memory1, robot2, memory2) {
2+
// Your code here
3+
}
4+
5+
compareRobots(routeRobot, [], goalOrientedRobot, []);

0 commit comments

Comments
 (0)