RDI/tools/ErsoDebug.cpp

17 lines
237 B
C++

/**
* @file ErsoDebug.cpp
* @date 24/09/2022
* @author JackCarterSmith
* @copyright GPL-v3.0
* @brief Debug app to test Erso module of RDI library.
*
*/
#include <RDI.hpp>
int main( int argc, char *argv[] ) {
return 0;
}