mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-13 10:42:53 +01:00
14 lines
269 B
C++
14 lines
269 B
C++
|
|
#ifndef EX1TEST_HPP
|
|
#define EX1TEST_HPP
|
|
|
|
/* ************************************************************************** */
|
|
|
|
void testSimpleExercise1();
|
|
|
|
void testFullExercise1();
|
|
|
|
/* ************************************************************************** */
|
|
|
|
#endif
|