MoveG 1.0.0
A modern C++ library for Robotics
Loading...
Searching...
No Matches
main.cpp File Reference
#include "fmt/format.h"
#include <iostream>
#include <string>
#include <vector>
#include "config.hpp"
#include "rotation_lib.h"
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int, char **)
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Definition at line 11 of file main.cpp.

12{
13 // Print the version of the project
14 std::cout << "Project Name: " << project_name;
15 std::cout << "\nVersion: " << project_version;
16
17 return 0;
18}