14 lines
269 B
C++
Raw Normal View History

2021-04-10 13:34:50 +02:00
#ifndef EX1TEST_HPP
#define EX1TEST_HPP
/* ************************************************************************** */
void testSimpleExercise1();
void testFullExercise1();
/* ************************************************************************** */
#endif