Skip to content

Commit

Permalink
Add option to exit
Browse files Browse the repository at this point in the history
  • Loading branch information
SyafaHadyan committed Oct 13, 2023
1 parent 074f8ec commit 82210ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ int main()
{
cout << "\n" << "Invalid input" << "\n" << endl;
}
} while (true);
} while (unit_select != 'Q');

return 0;
}

0 comments on commit 82210ee

Please sign in to comment.