mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-20 06:00:37 +01:00
14 lines
269 B
C++
14 lines
269 B
C++
|
|
#ifndef EX2TEST_HPP
|
|
#define EX2TEST_HPP
|
|
|
|
/* ************************************************************************** */
|
|
|
|
void testSimpleExercise2();
|
|
|
|
void testFullExercise2();
|
|
|
|
/* ************************************************************************** */
|
|
|
|
#endif
|