This commit is contained in:
Blaise Tine
2020-09-19 22:44:27 -04:00
12 changed files with 20 additions and 15 deletions

View File

@@ -292,6 +292,6 @@ int main(int argc, char *argv[]) {
free(h_updating_graph_mask);
free(h_graph_visited);
}
printf("Passed!\n");
return 0;
}