diff options
Diffstat (limited to 'planet.cc')
-rw-r--r-- | planet.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ int main() //cout << i << " " << giorno[i] << endl; } - cout << oraVuota << endl; + out << oraVuota << endl; in.close(); out.close(); |