say: in progress
This commit is contained in:
parent
75a9e236e2
commit
41ab570e93
2 changed files with 98 additions and 0 deletions
13
cpp/say/say.h
Normal file
13
cpp/say/say.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace say {
|
||||
|
||||
typedef unsigned long long number_t;
|
||||
|
||||
std::string in_english(number_t number);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue