mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-02 20:26:48 +01:00
2941c1d298
Added template
14 lines
269 B
C++
Executable File
14 lines
269 B
C++
Executable File
|
|
#ifndef EX1TEST_HPP
|
|
#define EX1TEST_HPP
|
|
|
|
/* ************************************************************************** */
|
|
|
|
void testSimpleExercise1();
|
|
|
|
void testFullExercise1();
|
|
|
|
/* ************************************************************************** */
|
|
|
|
#endif
|