bob exercise, all tests are passed

This commit is contained in:
Dmitry Kokorin 2016-02-18 23:40:54 +03:00
parent f93f099cc6
commit c252a1a93d
5 changed files with 273 additions and 0 deletions

8
cpp/bob/bob.h Normal file
View file

@ -0,0 +1,8 @@
#pragma once
#define EXERCISM_RUN_ALL_TESTS true
namespace bob
{
const char * hey(const char str[]);
}