Alessandro Ferro 10c5148efc Library 3
binarytreevec
2021-05-01 23:58:12 +02:00

14 lines
269 B
C++
Executable File

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