1
0

minor change for g++

This commit is contained in:
Holger Börchers 2018-11-02 21:27:22 +01:00
parent 8f1b3a61d1
commit 0d5a32dd39

View File

@ -14,7 +14,7 @@ double get_price(int index);
*/ */
int main() int main()
{ {
const auto persons = {"Freund 1", "Freund 2", "Du"}; auto persons = {"Freund 1", "Freund 2", "Du"};
const auto available_money = 5.0; const auto available_money = 5.0;
greeting(); greeting();