code: update head comments

This commit is contained in:
Changkun Ou
2019-07-19 18:33:06 +02:00
parent 4615e1fc6b
commit f8a2979da7
12 changed files with 74 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
//
// 6.1.cpp
// 6.1.regex.cpp
// chapter 06 regular expression
// modern c++ tutorial
//
// created by changkun at changkun.de
// https://github.com/changkun/modern-cpp-tutorial
//
// Regular Expression
#include <iostream>
#include <string>