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