From 7391c8fda5927d155b23dcd6b7f5c1d9c98a3157 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 3 Feb 2016 09:46:06 +0100 Subject: [PATCH] Tolto endline --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 7be57b8..89f6385 100644 --- a/main.cpp +++ b/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) {