raindrops: tests are passed
This commit is contained in:
parent
5120da5fa9
commit
21e09ea2ad
2 changed files with 39 additions and 0 deletions
11
cpp/raindrops/raindrops.h
Normal file
11
cpp/raindrops/raindrops.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace raindrops {
|
||||
|
||||
std::string convert(int);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue