Yurttas/PL/OOL/Cplusplus/F/07/02/02/00/pattern.h

1// pattern.h
2
3
4#include <string>
5
6using namespace std;
7
8const string pattern = "STL";