15 lines
151 B
C++
15 lines
151 B
C++
//
|
|
// Created by nb on 31.12.23.
|
|
//
|
|
|
|
#ifndef GEOMETRY_TESTCLASS_H
|
|
#define GEOMETRY_TESTCLASS_H
|
|
|
|
|
|
class testclass {
|
|
|
|
};
|
|
|
|
|
|
#endif //GEOMETRY_TESTCLASS_H
|