14 lines
269 B
C++
Raw Normal View History

#ifndef EX4TEST_HPP
#define EX4TEST_HPP
/* ************************************************************************** */
void testSimpleExercise4();
void testFullExercise4();
/* ************************************************************************** */
#endif