Alessandro Ferro 2941c1d298 Library 2
Added template
2021-04-10 13:34:50 +02:00

14 lines
269 B
C++
Executable File

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