mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-13 07:10:25 +01:00
8 lines
136 B
C++
8 lines
136 B
C++
// TODO Include Guard
|
|
|
|
#include "json.hpp"
|
|
|
|
std::string statement(
|
|
const nlohmann::json& invoice,
|
|
const nlohmann::json& plays);
|