Alessandro Ferro 31bf18d985 Library 3
Added template
2021-04-24 16:58:05 +02:00

14 lines
269 B
C++

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