food chain: initial commit
This commit is contained in:
parent
e607f45d38
commit
70581bd363
2 changed files with 92 additions and 0 deletions
13
cpp/food-chain/food_chain.h
Normal file
13
cpp/food-chain/food_chain.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace food_chain {
|
||||
|
||||
std::string verse(int index);
|
||||
std::string verses(int from_index, int to_index);
|
||||
std::string sing();
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue