minor change for g++
This commit is contained in:
parent
8f1b3a61d1
commit
0d5a32dd39
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user