Skip to content

Commit

Permalink
Merge pull request pezy#85 from sanerror/master
Browse files Browse the repository at this point in the history
Update ex9_47
  • Loading branch information
pezy authored Oct 17, 2016
2 parents e6e0436 + e5a7403 commit 4d6b6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ch09/ex9_47_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using std::endl;

int main()
{
string numbers{"123456789"};
string numbers{"0123456789"};
string alphabet{"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"};
string str{"ab2c3d7R4E6"};

Expand Down
2 changes: 1 addition & 1 deletion ch09/ex9_47_2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using std::endl;

int main()
{
string numbers{"123456789"};
string numbers{"0123456789"};
string alphabet{"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"};
string str{"ab2c3d7R4E6"};

Expand Down

0 comments on commit 4d6b6ec

Please sign in to comment.