Geometry/include/main.h
2023-12-31 14:30:21 +01:00

15 lines
167 B
C++

//
// Created by nb on 31.12.23.
//
#ifndef GEOMETRY_MAIN_H
#define GEOMETRY_MAIN_H
#include <iostream>
using namespace std;
int main();
#endif //GEOMETRY_MAIN_H