Skip to content

Commit

Permalink
Update ex9_47_1.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sanerror authored Oct 16, 2016
1 parent b39e900 commit 9b2460e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9b2460e

Please sign in to comment.