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,3 +1,12 @@
//
// 7.6.bad.example.cpp
// chapter 7 parallelism and concurrency
// modern c++ tutorial
//
// created by changkun at changkun.de
// https://github.com/changkun/modern-cpp-tutorial
//
#include <thread>
#include <iostream>