summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--planet.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/planet.cc b/planet.cc
index c61e95b..33cdea7 100644
--- a/planet.cc
+++ b/planet.cc
@@ -63,7 +63,7 @@ int main()
//cout << i << " " << giorno[i] << endl;
}
- cout << oraVuota << endl;
+ out << oraVuota << endl;
in.close();
out.close();