exercism-solutions/cpp/bob/bob.h

8 lines
109 B
C++

#pragma once
#define EXERCISM_RUN_ALL_TESTS true
namespace bob
{
const char * hey(const char str[]);
}