14 lines
269 B
C++
Raw Normal View History

2021-05-11 06:51:06 +02:00
#ifndef EX1TEST_HPP
#define EX1TEST_HPP
/* ************************************************************************** */
void testSimpleExercise1();
void testFullExercise1();
/* ************************************************************************** */
#endif