Geometry/include/main.hpp

16 lines
196 B
C++
Raw Normal View History

2023-12-31 14:30:21 +01:00
//
// Created by nb on 31.12.23.
//
2023-12-31 19:17:56 +01:00
#ifndef GEOMETRY_MAIN_HPP
#define GEOMETRY_MAIN_HPP
2023-12-31 14:30:21 +01:00
#include <iostream>
#include <Eigen/Dense>
2023-12-31 14:30:21 +01:00
using namespace std;
int main();
2023-12-31 19:17:56 +01:00
#endif //GEOMETRY_MAIN_HPP