diff options
author | Santo Cariotti <sancn@live.com> | 2017-01-21 21:14:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-21 21:14:13 +0100 |
commit | 1bd6de5b6a9f760c047b215a60782af735207c78 (patch) | |
tree | 52371172578e8d33519c5f039b516568e50d9774 | |
parent | 4ddc5ccd4da258ef567a5de35baa2fbc08d45804 (diff) |
Update 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(); |