Alessandro Ferro 5406753bbe Library 4
2021-05-21 09:34:15 +02:00

14 lines
269 B
C++

#ifndef EX2TEST_HPP
#define EX2TEST_HPP
/* ************************************************************************** */
void testSimpleExercise2();
void testFullExercise2();
/* ************************************************************************** */
#endif