Alessandro Ferro 9311cd345d Library1
2021-04-09 10:31:22 +02:00

14 lines
269 B
C++

#ifndef EX1TEST_HPP
#define EX1TEST_HPP
/* ************************************************************************** */
void testSimpleExercise1();
void testFullExercise1();
/* ************************************************************************** */
#endif