mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-17 20:50:37 +01:00
14 lines
269 B
C++
Executable File
14 lines
269 B
C++
Executable File
|
|
#ifndef EX4TEST_HPP
|
|
#define EX4TEST_HPP
|
|
|
|
/* ************************************************************************** */
|
|
|
|
void testSimpleExercise4();
|
|
|
|
void testFullExercise4();
|
|
|
|
/* ************************************************************************** */
|
|
|
|
#endif
|