bob exercise, all tests are passed
This commit is contained in:
parent
f93f099cc6
commit
c252a1a93d
5 changed files with 273 additions and 0 deletions
8
cpp/bob/bob.h
Normal file
8
cpp/bob/bob.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS true
|
||||
|
||||
namespace bob
|
||||
{
|
||||
const char * hey(const char str[]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue