klips/cpp/catch2/include/klips.hpp

11 lines
129 B
C++
Raw Normal View History

2022-12-18 13:52:03 +00:00
#ifndef KLIPS_KLIPS_H
#define KLIPS_KLIPS_H
class klips { };
unsigned int factorial(unsigned int);
#endif // KLIPS_KLIPS_H