mirror of
https://github.com/Steffo99/iiiiil-gioco.git
synced 2024-11-21 15:34:19 +00:00
Tolto endline
This commit is contained in:
parent
a5375134a5
commit
7391c8fda5
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -744,7 +744,7 @@ int main()
|
|||
cout << " 000000 0000 0000 0000 0000 000000 000000 0000 000000 000000 000000\n";
|
||||
titolo= rand()%10;
|
||||
cout << "\n\n Citazione all'avvio: "<< splash[titolo] << '\n';
|
||||
cout << "\n\n\n\n Premi INVIO per entrare nel menu!" << '\n';
|
||||
cout << "Premi INVIO per entrare nel menu!" << '\n';
|
||||
getch();
|
||||
while(true)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue