Skip to content

Commit

Permalink
Return 0 for computeDistance()
Browse files Browse the repository at this point in the history
  • Loading branch information
adeet1 committed Jan 1, 2020
1 parent d5d2d22 commit 05dc0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labs/lab11/traveling-skeleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ int main (int argc, char **argv) {
// vector IN ORDER, and ends back at the 'start' parameter.
float computeDistance (MiddleEarth &me, string start, vector<string> dests) {
// YOUR CODE HERE
return 0;
}

// This method will print the entire route, starting and ending at the
Expand Down

0 comments on commit 05dc0cb

Please sign in to comment.