Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Queequeg92 committed Nov 19, 2014
1 parent 0764f1d commit e343cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch17/ex17.14.15.16/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ int main()
if(std::regex_match(s, r))
cout << "Input word " << s << " is okay!" << endl;
}

return 0;
}

0 comments on commit e343cad

Please sign in to comment.