Bob 3: one iteration through a string
This commit is contained in:
parent
454f754195
commit
40834ece6e
2 changed files with 20 additions and 35 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#define EXERCISM_RUN_ALL_TESTS true
|
||||
#define EXERCISM_RUN_ALL_TESTS
|
||||
|
||||
namespace bob
|
||||
{
|
||||
const char * hey(const char str[]);
|
||||
const char * hey(const char input[]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue