Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.07 KB | None | 0 0
  1. class Time {
  2.   public:
  3.  Time();
  4.  int hours = 0;
  5.  int minutes = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement