mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-18 07:24:36 +01:00
Add C++ implementation
This commit is contained in:
7
cpp/statement.h
Normal file
7
cpp/statement.h
Normal file
@@ -0,0 +1,7 @@
|
||||
// TODO Include Guard
|
||||
|
||||
#include "json.hpp"
|
||||
|
||||
std::string statement(
|
||||
const nlohmann::json& invoice,
|
||||
const nlohmann::json& plays);
|
||||
Reference in New Issue
Block a user