Skip to content
Snippets Groups Projects
Commit 8a6b2ba0 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

added return

parent d5082a13
No related branches found
No related tags found
No related merge requests found
......@@ -121,4 +121,6 @@ int main(int argc, char** argv) {
//std::this_thread::sleep_for(std::chrono::milliseconds(1000));
#endif
}
return 0;
}
\ No newline at end of file
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