Alessandro Ferro 4aa82d6108 Library 5
fixed compile issues
2021-05-31 11:26:27 +02:00

14 lines
269 B
C++
Executable File

#ifndef EX4TEST_HPP
#define EX4TEST_HPP
/* ************************************************************************** */
void testSimpleExercise4();
void testFullExercise4();
/* ************************************************************************** */
#endif