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