klips/cpp/catch2/include/klips.hpp

11 lines
129 B
C++

#ifndef KLIPS_KLIPS_H
#define KLIPS_KLIPS_H
class klips { };
unsigned int factorial(unsigned int);
#endif // KLIPS_KLIPS_H