14 lines
269 B
C++
Raw Permalink Normal View History

#ifndef EX3TEST_HPP
#define EX3TEST_HPP
/* ************************************************************************** */
void testSimpleExercise3();
void testFullExercise3();
/* ************************************************************************** */
#endif