mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-24 18:32:14 +01:00
Add C++ implementation
This commit is contained in:
14
cpp/README.md
Normal file
14
cpp/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
Theatrical Players Refactoring Kata - C++ version
|
||||
========================================================
|
||||
|
||||
See the [top level readme](https://github.com/emilybache/Theatrical-Players-Refactoring-Kata) for general information about this exercise.
|
||||
|
||||
## Dependencies
|
||||
|
||||
The tests use the following header-only projects, which are in the `third_party` sub-directory:
|
||||
|
||||
| Project | Licence |
|
||||
| --- | --- |
|
||||
| [doctest test framework](https://github.com/onqtam/doctest) | [MIT](https://github.com/onqtam/doctest/blob/master/LICENSE.txt) |
|
||||
| [ApprovalTests.cpp](https://github.com/approvals/ApprovalTests.cpp) | [Apache 2.0](https://github.com/approvals/ApprovalTests.cpp/blob/master/LICENSE) |
|
||||
| [JSON for Modern C++](https://github.com/nlohmann/json) | [MIT](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT) |
|
||||
Reference in New Issue
Block a user