mirror of https://github.com/xfarrow/lasd.git
14 lines
269 B
C++
14 lines
269 B
C++
|
|
||
|
#ifndef EX3TEST_HPP
|
||
|
#define EX3TEST_HPP
|
||
|
|
||
|
/* ************************************************************************** */
|
||
|
|
||
|
void testSimpleExercise3();
|
||
|
|
||
|
void testFullExercise3();
|
||
|
|
||
|
/* ************************************************************************** */
|
||
|
|
||
|
#endif
|