Skip to content
Snippets Groups Projects
Commit ad921320 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Dividing comments.

parent 27f2a77c
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ int main()
printf((std::string("inVector test 1: ") + std::to_string(test1)).c_str());
printf((std::string("inVector test 2: ") + std::to_string(test2)).c_str());
// ==============
int min;
int max;
getLimits(vector, min, max);
......@@ -46,6 +48,8 @@ int main()
printf((std::string("getLimits min: ") + std::to_string(min)).c_str());
printf((std::string("getLimits max: ") + std::to_string(max)).c_str());
// ==============
printf("end");
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment