Alessandro Ferro 67c0f1c0d5 Library 2
bugfix and professor edited its tests
2021-04-23 20:16:33 +02:00

14 lines
269 B
C++

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