Skip to content
Snippets Groups Projects
Commit fb88a198 authored by Vicko Novianto's avatar Vicko Novianto
Browse files

edited

parent 2e0db1a8
No related merge requests found
......@@ -123,8 +123,8 @@ int main(int argc, char** argv){
}
}
for (i = 0; i < num_elements; i++)
printf("%d\n", result[i]);
//for (i = 0; i < num_elements; i++)
//printf("%d\n", result[i]);
//int * result = (int*)malloc(sizeof(int) * num_elements);
......
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