Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Nov 11, 2015
1 parent b7cd7a0 commit e5e6726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch09/ex9_51.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class My_date{
}

void print(){
cout << "day£º" << day << " " << "month: " << month << " " << "year: " << year;
cout << "day:" << day << " " << "month: " << month << " " << "year: " << year;
}
};
int main()
Expand Down

0 comments on commit e5e6726

Please sign in to comment.