raindrops: tests are passed

This commit is contained in:
Dmitry Kokorin 2016-03-20 19:07:20 +03:00
parent 5120da5fa9
commit 21e09ea2ad
2 changed files with 39 additions and 0 deletions

11
cpp/raindrops/raindrops.h Normal file
View file

@ -0,0 +1,11 @@
#pragma once
#define EXERCISM_RUN_ALL_TESTS
#include <string>
namespace raindrops {
std::string convert(int);
}