From e343cadc5e7cd3f1e726ee7ccbc6ad392a0053c8 Mon Sep 17 00:00:00 2001 From: Queequeg Date: Wed, 19 Nov 2014 11:50:49 +0800 Subject: [PATCH] test --- ch17/ex17.14.15.16/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ch17/ex17.14.15.16/main.cpp b/ch17/ex17.14.15.16/main.cpp index 26ff622e..9f6bff75 100644 --- a/ch17/ex17.14.15.16/main.cpp +++ b/ch17/ex17.14.15.16/main.cpp @@ -54,5 +54,6 @@ int main() if(std::regex_match(s, r)) cout << "Input word " << s << " is okay!" << endl; } + return 0; }